summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis
2021-06-23Merge branch 'devlink-rate-limit-fixes'David S. Miller
2021-06-23devlink: Protect rate list with lock while switching modesDmytro Linkin
2021-06-23devlink: Remove eswitch mode check for mode set callDmytro Linkin
2021-06-23devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin
2021-06-23virtio_net: Use virtio_find_vqs_ctx() helperXianting Tian
2021-06-23net/tls: Remove the __TLS_DEC_STATS() macro.Kuniyuki Iwashima
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima
2021-06-23ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-06-23selftests: icmp_redirect: support expected failuresAndrea Righi
2021-06-23Merge branch 'lockless-qdisc-opts'David S. Miller
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin
2021-06-23net: sched: avoid unnecessary seqcount operation for lockless qdiscYunsheng Lin
2021-06-22net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offloadHuy Nguyen
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen
2021-06-22net/mlx5: Optimize mlx5e_feature_checks for non IPsec packetHuy Nguyen
2021-06-22net/mlx5: remove "default n" from Kconfigcaihuoqing
2021-06-22net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King
2021-06-22net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()Nathan Chancellor
2021-06-22net/mlx5: Fix missing error code in mlx5_init_fs()Jiapeng Chong
2021-06-22Merge branch 'mptcp-C-flag-and-fixes'David S. Miller
2021-06-22mptcp: refine mptcp_cleanup_rbufPaolo Abeni
2021-06-22selftests: mptcp: turn rp_filter off on each NICYonglong Li
2021-06-22selftests: mptcp: add deny_join_id0 testcasesGeliang Tang
2021-06-22mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang
2021-06-22mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang
2021-06-22mptcp: add sysctl allow_join_initial_addr_portGeliang Tang
2021-06-22Merge branch 'sctp-packetization-path-MTU'David S. Miller
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long
2021-06-22sctp: add pad chunk and its make function and event tableXin Long
2021-06-22net: marvell: return csum computation result from mvneta_rx_csum/mvpp2_rx_csumLorenzo Bianconi
2021-06-22Merge branch 'tc-testing-dnat-tuple-collision'David S. Miller
2021-06-22tc-testing: add test for ct DNAT tuple collisionMarcelo Ricardo Leitner
2021-06-22tc-testing: add support for sending various scapy packetsMarcelo Ricardo Leitner
2021-06-22tc-testing: fix list handlingMarcelo Ricardo Leitner