summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-112-36/+48
* mptcp: do not warn on bad input from the networkPaolo Abeni2021-06-111-5/+5
* mptcp: wake-up readers only for in sequence dataPaolo Abeni2021-06-113-36/+21
* mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni2021-06-111-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-101-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
| * | cfg80211: fix phy80211 symlink creationJohannes Berg2021-06-091-8/+5
| * | mac80211: fix 'reset' debugfs lockingJohannes Berg2021-06-091-1/+3
| * | mac80211: fix deadlock in AP/VLAN handlingJohannes Berg2021-06-081-7/+12
| * | mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-05-311-16/+36
| * | mac80211: fix skb length check in ieee80211_scan_rx()Du Cheng2021-05-311-5/+16
| * | cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng2021-05-311-0/+3
| * | mac80211: remove warning in ieee80211_get_sband()Johannes Berg2021-05-311-1/+1
* | | udp: fix race between close() and udp_abort()Paolo Abeni2021-06-092-0/+13
* | | inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet2021-06-091-2/+2
* | | net: ethtool: clear heap allocations for ethtool functionAustin Kim2021-06-091-5/+5
| |/ |/|
* | net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-091-1/+1
* | Merge tag 'batadv-net-pullrequest-20210608' of git://git.open-mesh.org/linux-...David S. Miller2021-06-081-1/+3
|\ \
| * | batman-adv: Avoid WARN_ON timing related checksSven Eckelmann2021-05-181-1/+3
* | | net: appletalk: fix the usage of prepositiongushengxian2021-06-081-1/+1
* | | net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-082-2/+2
* | | net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-081-0/+1
* | | neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern2021-06-081-0/+1
* | | revert "net: kcm: fix memory leak in kcm_sendmsg"Pavel Skripkin2021-06-071-5/+0
* | | ethtool: Fix NULL pointer dereference during module EEPROM dumpIdo Schimmel2021-06-071-1/+1
* | | sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang2021-06-041-4/+4
* | | Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2021-06-042-3/+8
|\ \ \
| * | | Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-05-311-2/+2