summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-08-261-1/+2
|\
| * SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust2021-08-251-1/+2
* | Revert "net: really fix the build..."Kalle Valo2021-08-261-15/+1
* | net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-08-261-8/+10
* | rtnetlink: Return correct error on changing device netnsAndrey Ignatov2021-08-261-1/+2
* | ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-08-261-6/+6
* | ipv6: use siphash in rt6_exception_hash()Eric Dumazet2021-08-261-6/+14
* | net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti2021-08-251-0/+7
* | ipv6: correct comments about fib6_node sernumzhang kai2021-08-241-1/+1
* | ip6_gre: add validation for csum_startShreyansh Chouhan2021-08-221-0/+2
* | ip_gre: add validation for csum_startShreyansh Chouhan2021-08-221-0/+2
* | net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang2021-08-201-1/+1
|/
* mptcp: full fully established support after ADD_ADDRMatthieu Baerts2021-08-191-7/+3
* mptcp: fix memory leak on address flushPaolo Abeni2021-08-191-32/+12
* net/rds: dma_map_sg is entitled to merge entriesGerd Rausch2021-08-181-2/+2
* ovs: clear skb->tstamp in forwarding pathkaixi.fan2021-08-181-0/+1
* sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen2021-08-181-1/+1
* mac80211: fix locking in ieee80211_restart_work()Johannes Berg2021-08-171-0/+2
* tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long2021-08-161-1/+1
* Merge tag 'ieee802154-for-davem-2021-08-12' of git://git.kernel.org/pub/scm/l...Jakub Kicinski2021-08-121-1/+6
|\
| * net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa2021-08-101-1/+6
* | vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)2021-08-121-2/+5
* | Revert "tipc: Return the correct errno code"Hoang Le2021-08-121-3/+3
* | net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-111-1/+1
* | tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell2021-08-111-1/+1
* | net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau2021-08-111-2/+3
* | net: bridge: fix memleak in br_add_if()Yang Yingliang2021-08-101-0/+2
* | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-1/+1
* | net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov2021-08-103-10/+6
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-08-101-0/+4
|\ \
| * | bpf: Add missing bpf_read_[un]lock_trace() for syscall programYonghong Song2021-08-101-0/+4
* | | net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-101-7/+14
* | | net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap2021-08-091-6/+7
|/ /
* | net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu2021-08-091-0/+3
* | net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-093-3/+5
* | net/smc: fix wait on already cleared linkKarsten Graul2021-08-094-7/+33
* | page_pool: mask the page->signature before the checkingYunsheng Lin2021-08-091-1/+9
* | dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap2021-08-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-08-0617-83/+139
|\ \
| * | netfilter: nfnetlink_hook: translate inet ingress to netdevPablo Neira Ayuso2021-08-061-1/+7
| * | netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal2021-08-064-21/+8
| * | netfilter: nfnetlink_hook: Use same family as request messagePablo Neira Ayuso2021-08-061-3/+3
| * | netfilter: nfnetlink_hook: use the sequence number of the request messagePablo Neira Ayuso2021-08-061-1/+2
| * | netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso2021-08-061-2/+6
| * | netfilter: nfnetlink_hook: strip off module name from hookfnPablo Neira Ayuso2021-08-061-0/+1
| * | netfilter: conntrack: collect all entries in one cycleFlorian Westphal2021-08-061-49/+22
| * | netfilter: nf_conntrack_bridge: Fix memory leak when errorYajun Deng2021-08-041-0/+6
| * | netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-08-0410-7/+85
* | | Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-0515-44/+129
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-044-26/+67
| |\ \ \