summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-348/+626
2021-06-18Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux...David S. Miller-15/+35
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen-0/+7
2021-06-18mac80211: handle various extensible elements correctlyJohannes Berg-11/+11
2021-06-18mac80211: reset profile_periodicity/ema_apJohannes Berg-0/+8
2021-06-18cfg80211: avoid double free of PMSR requestAvraham Stern-2/+14
2021-06-18cfg80211: make certificate generation more robustJohannes Berg-1/+1
2021-06-18mac80211: minstrel_ht: fix sample time checkFelix Fietkau-1/+1
2021-06-16net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet-3/+4
2021-06-16net/packet: annotate accesses to po->ifindexEric Dumazet-7/+9
2021-06-16net/packet: annotate accesses to po->bindEric Dumazet-8/+8
2021-06-16Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller-54/+185
2021-06-16net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan-0/+1
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek-0/+3
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa-40/+142
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel-14/+40
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du-7/+1
2021-06-14Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz-3/+3
2021-06-14net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin-1/+1
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern-1/+14
2021-06-14ethtool: strset: fix message length calculationJakub Kicinski-0/+2
2021-06-14sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore-6/+6
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du-13/+12
2021-06-10mptcp: fix soft lookup in subflow_error_report()Paolo Abeni-36/+48
2021-06-10mptcp: do not warn on bad input from the networkPaolo Abeni-5/+5
2021-06-10mptcp: wake-up readers only for in sequence dataPaolo Abeni-36/+21
2021-06-10mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni-4/+6
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-46/+61
2021-06-10sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy-1/+5
2021-06-10mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy-0/+2
2021-06-10netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy-0/+5
2021-06-10net/packet: annotate data race in packet_sendmsg()Eric Dumazet-3/+6
2021-06-10net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov-2/+2
2021-06-10net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov-16/+26
2021-06-10ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun-5/+7
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn-1/+3
2021-06-09net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner-8/+13
2021-06-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel-3/+5
2021-06-09Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller-48/+95
2021-06-09udp: fix race between close() and udp_abort()Paolo Abeni-0/+13
2021-06-09inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet-2/+2
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim-5/+5
2021-06-09netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal-4/+18
2021-06-09netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso-42/+43
2021-06-09mac80211: drop multicast fragmentsJohannes Berg-6/+3
2021-06-09mac80211: move interface shutdown out of wiphy lockJohannes Berg-4/+12
2021-06-09cfg80211: shut down interfaces on failed resumeJohannes Berg-0/+4
2021-06-09cfg80211: fix phy80211 symlink creationJohannes Berg-8/+5
2021-06-09mac80211: fix 'reset' debugfs lockingJohannes Berg-1/+3
2021-06-08net: rds: fix memory leak in rds_recvmsgPavel Skripkin-1/+1