summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-1863-381/+700
|\
| * Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1856-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
| | * | net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-161-0/+1
| | |/
| | * net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-7/+1
| | * Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz2021-06-141-3/+3
| | * net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin2021-06-141-1/+1
| | * ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-141-1/+14
| | * ethtool: strset: fix message length calculationJakub Kicinski2021-06-141-0/+2
| | * sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore2021-06-141-6/+6
| | * net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-122-13/+12
| | * mptcp: fix soft lookup in subflow_error_report()Paolo Abeni2021-06-102-36/+48
| | * mptcp: do not warn on bad input from the networkPaolo Abeni2021-06-101-5/+5
| | * mptcp: wake-up readers only for in sequence dataPaolo Abeni2021-06-103-36/+21
| | * mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni2021-06-101-4/+6
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-102-46/+61
| | |\
| | | * netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal2021-06-091-4/+18
| | | * netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso2021-06-091-42/+43
| | * | sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-101-1/+5
| | * | mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-101-0/+2
| | * | netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-101-0/+5
| | * | net/packet: annotate data race in packet_sendmsg()Eric Dumazet2021-06-101-3/+6
| | * | net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov2021-06-101-2/+2
| | * | net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2021-06-102-16/+26
| | * | ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-101-5/+7
| | * | skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn2021-06-101-1/+3
| | * | net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-091-8/+13
| | * | rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-091-3/+5
| | * | Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-0911-48/+95
| | |\ \
| | | * | mac80211: drop multicast fragmentsJohannes Berg2021-06-091-6/+3
| | | * | mac80211: move interface shutdown out of wiphy lockJohannes Berg2021-06-093-4/+12
| | | * | cfg80211: shut down interfaces on failed resumeJohannes Berg2021-06-091-0/+4