aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2-29/+35
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7
2021-06-23devlink: Protect rate list with lock while switching modesDmytro Linkin1-0/+4
2021-06-23devlink: Remove eswitch mode check for mode set callDmytro Linkin1-11/+0
2021-06-23devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin1-0/+2
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima4-6/+29
2021-06-23Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+40
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-40/+132
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin1-3/+0
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2-6/+41
2021-06-22net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen1-1/+40
2021-06-22mptcp: refine mptcp_cleanup_rbufPaolo Abeni2-34/+23
2021-06-22mptcp: add deny_join_id0 in mptcp_options_receivedGeliang Tang5-2/+15
2021-06-22mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang3-2/+11
2021-06-22mptcp: add sysctl allow_join_initial_addr_portGeliang Tang2-0/+17
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long3-19/+62
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long1-57/+49
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long1-36/+40
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long1-10/+2
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long4-2/+13
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long2-2/+53
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2-1/+39
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2-0/+46
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long4-6/+62
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-0/+93
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long1-0/+118
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long3-0/+38
2021-06-22sctp: add pad chunk and its make function and event tableXin Long2-0/+49
2021-06-22openvswitch: add trace pointsAaron Conole5-0/+179
2021-06-22ethtool: Validate module EEPROM offset as part of policyIdo Schimmel1-5/+2
2021-06-22ethtool: Validate module EEPROM length as part of policyIdo Schimmel1-4/+2
2021-06-22ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel1-1/+1
2021-06-22bridge: cfm: remove redundant returngushengxian1-1/+1
2021-06-22mptcp: add MIB counter for invalid mappingPaolo Abeni3-1/+5
2021-06-22mptcp: drop redundant test in move_skbs_to_msk()Paolo Abeni1-3/+0
2021-06-22mptcp: don't clear MPTCP_DATA_READY in sk_wait_event()Paolo Abeni1-4/+2
2021-06-22mptcp: use fast lock for subflows when possiblePaolo Abeni2-10/+15
2021-06-22mptcp: drop tx skb cachePaolo Abeni2-87/+4
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-21Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko1-1/+2
2021-06-21net: add pf_family_names[] for protocol familyYejune Deng1-2/+50
2021-06-21netfilter: nfnetlink_hook: fix check for snprintf() overflowDan Carpenter1-1/+3
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean1-48/+7
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean4-11/+15
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean1-6/+7
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topologiesVladimir Oltean1-23/+2
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean1-15/+0
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean1-0/+7
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyAl Viro1-13/+10
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodAl Viro1-13/+16