summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-222-0/+46
* sctp: do the basic send and recv for PLPMTUD probeXin Long2021-06-224-6/+62
* sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-225-0/+93
* sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long2021-06-221-0/+118
* sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-223-0/+38
* sctp: add pad chunk and its make function and event tableXin Long2021-06-222-0/+49
* openvswitch: add trace pointsAaron Conole2021-06-225-0/+179
* ethtool: Validate module EEPROM offset as part of policyIdo Schimmel2021-06-221-5/+2
* ethtool: Validate module EEPROM length as part of policyIdo Schimmel2021-06-221-4/+2
* ethtool: Decrease size of module EEPROM get policy arrayIdo Schimmel2021-06-221-1/+1
* bridge: cfm: remove redundant returngushengxian2021-06-221-1/+1
* mptcp: add MIB counter for invalid mappingPaolo Abeni2021-06-223-1/+5
* mptcp: drop redundant test in move_skbs_to_msk()Paolo Abeni2021-06-221-3/+0
* mptcp: don't clear MPTCP_DATA_READY in sk_wait_event()Paolo Abeni2021-06-221-4/+2
* mptcp: use fast lock for subflows when possiblePaolo Abeni2021-06-222-10/+15
* mptcp: drop tx skb cachePaolo Abeni2021-06-222-87/+4
* virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet2021-06-221-1/+3
* Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko2021-06-211-1/+2
* net: add pf_family_names[] for protocol familyYejune Deng2021-06-211-2/+50
* net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean2021-06-211-48/+7
* net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean2021-06-214-11/+15
* net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean2021-06-211-6/+7
* net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean2021-06-211-23/+2
* net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean2021-06-211-15/+0
* net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean2021-06-211-0/+7
* __unix_find_socket_byname(): don't pass hash and type separatelyAl Viro2021-06-211-13/+10
* unix_bind_bsd(): unlink if we fail after successful mknodAl Viro2021-06-211-13/+16
* unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockAl Viro2021-06-211-15/+11
* fold unix_mknod() into unix_bind_bsd()Al Viro2021-06-211-25/+17
* unix_bind(): take BSD and abstract address cases into new helpersAl Viro2021-06-211-73/+74
* unix_bind(): separate BSD and abstract casesAl Viro2021-06-211-21/+34
* unix_bind(): allocate addr earlierAl Viro2021-06-211-13/+15
* af_unix: take address assignment/hash insertion into a new helperAl Viro2021-06-211-13/+13
* net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter2021-06-211-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-1963-381/+700
|\
| * Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1956-348/+626
| |\
| | * Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-185-15/+35
| | |\
| | | * mac80211: handle various extensible elements correctlyJohannes Berg2021-06-181-11/+11
| | | * mac80211: reset profile_periodicity/ema_apJohannes Berg2021-06-181-0/+8
| | | * cfg80211: avoid double free of PMSR requestAvraham Stern2021-06-181-2/+14
| | | * cfg80211: make certificate generation more robustJohannes Berg2021-06-181-1/+1
| | | * mac80211: minstrel_ht: fix sample time checkFelix Fietkau2021-06-181-1/+1
| | * | icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-181-0/+7
| | |/
| | * net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-161-3/+4
| | * net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-161-7/+9
| | * net/packet: annotate accesses to po->bindEric Dumazet2021-06-161-8/+8
| | * Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller2021-06-164-54/+185
| | |\
| | | * can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-161-0/+3
| | | * can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-163-40/+142
| | | * can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel2021-06-161-14/+40