aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett1-2/+2
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov3-14/+13
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov3-11/+14
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds56-348/+626
2021-06-18Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller5-15/+35
2021-06-18icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen1-0/+7
2021-06-18mac80211: handle various extensible elements correctlyJohannes Berg1-11/+11
2021-06-18mac80211: reset profile_periodicity/ema_apJohannes Berg1-0/+8
2021-06-18cfg80211: avoid double free of PMSR requestAvraham Stern1-2/+14
2021-06-18cfg80211: make certificate generation more robustJohannes Berg1-1/+1
2021-06-18mac80211: minstrel_ht: fix sample time checkFelix Fietkau1-1/+1
2021-06-16net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet1-3/+4
2021-06-16net/packet: annotate accesses to po->ifindexEric Dumazet1-7/+9
2021-06-16net/packet: annotate accesses to po->bindEric Dumazet1-8/+8
2021-06-16Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller4-54/+185
2021-06-16net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan1-0/+1
2021-06-16can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek1-0/+3
2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa3-40/+142
2021-06-16can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel1-14/+40
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-7/+1
2021-06-14Bluetooth: SMP: Fix crash when receiving new connection when debug is enabledLuiz Augusto von Dentz1-3/+3
2021-06-14net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin1-1/+1
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern1-1/+14
2021-06-14ethtool: strset: fix message length calculationJakub Kicinski1-0/+2
2021-06-14sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore1-6/+6
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du2-13/+12
2021-06-10mptcp: fix soft lookup in subflow_error_report()Paolo Abeni2-36/+48
2021-06-10mptcp: do not warn on bad input from the networkPaolo Abeni1-5/+5
2021-06-10mptcp: wake-up readers only for in sequence dataPaolo Abeni3-36/+21
2021-06-10mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni1-4/+6
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-46/+61
2021-06-10sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy1-1/+5
2021-06-10mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+2
2021-06-10netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+5
2021-06-10net/packet: annotate data race in packet_sendmsg()Eric Dumazet1-3/+6
2021-06-10net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov1-2/+2
2021-06-10net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2-16/+26
2021-06-10ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun1-5/+7
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn1-1/+3
2021-06-09net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner1-8/+13
2021-06-09rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-09Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller11-48/+95
2021-06-09udp: fix race between close() and udp_abort()Paolo Abeni2-0/+13
2021-06-09inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet1-2/+2
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim1-5/+5
2021-06-09netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal1-4/+18
2021-06-09netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso1-42/+43
2021-06-09mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-06-09mac80211: move interface shutdown out of wiphy lockJohannes Berg3-4/+12
2021-06-09cfg80211: shut down interfaces on failed resumeJohannes Berg1-0/+4