summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2021-08-26Merge tag 'nfsd-5.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+2
2021-08-26Revert "net: really fix the build..."Kalle Valo-15/+1
2021-08-26net: fix NULL pointer reference in cipso_v4_doi_free王贇-8/+10
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov-1/+2
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet-6/+6
2021-08-26ipv6: use siphash in rt6_exception_hash()Eric Dumazet-6/+14
2021-08-25SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust-1/+2
2021-08-25net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti-0/+7
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai-1/+1
2021-08-22ip6_gre: add validation for csum_startShreyansh Chouhan-0/+2
2021-08-22ip_gre: add validation for csum_startShreyansh Chouhan-0/+2
2021-08-20net: qrtr: fix another OOB Read in qrtr_endpoint_postXiaolong Huang-1/+1
2021-08-19mptcp: full fully established support after ADD_ADDRMatthieu Baerts-7/+3
2021-08-19mptcp: fix memory leak on address flushPaolo Abeni-32/+12
2021-08-18net/rds: dma_map_sg is entitled to merge entriesGerd Rausch-2/+2
2021-08-18ovs: clear skb->tstamp in forwarding pathkaixi.fan-0/+1
2021-08-18sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen-1/+1
2021-08-17mac80211: fix locking in ieee80211_restart_work()Johannes Berg-0/+2
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long-1/+1
2021-08-12Merge tag 'ieee802154-for-davem-2021-08-12' of git://git.kernel.org/pub/scm/l...Jakub Kicinski-1/+6
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)-2/+5
2021-08-12Revert "tipc: Return the correct errno code"Hoang Le-3/+3
2021-08-11net: igmp: increase size of mr_ifc_countEric Dumazet-1/+1
2021-08-11tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell-1/+1
2021-08-11net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau-2/+3
2021-08-10net: bridge: fix memleak in br_add_if()Yang Yingliang-0/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean-1/+1
2021-08-10net: bridge: fix flags interpretation for extern learn fdb entriesNikolay Aleksandrov-10/+6
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+4
2021-08-10net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet-7/+14
2021-08-10net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa-1/+6
2021-08-10bpf: Add missing bpf_read_[un]lock_trace() for syscall programYonghong Song-0/+4
2021-08-09net: openvswitch: fix kernel-doc warnings in flow.cRandy Dunlap-6/+7
2021-08-09net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu-0/+3
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce-3/+5
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul-7/+33
2021-08-09page_pool: mask the page->signature before the checkingYunsheng Lin-1/+9
2021-08-09dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap-3/+3
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski-83/+139
2021-08-06netfilter: nfnetlink_hook: translate inet ingress to netdevPablo Neira Ayuso-1/+7
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal-21/+8
2021-08-06netfilter: nfnetlink_hook: Use same family as request messagePablo Neira Ayuso-3/+3
2021-08-06netfilter: nfnetlink_hook: use the sequence number of the request messagePablo Neira Ayuso-1/+2
2021-08-06netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso-2/+6
2021-08-06netfilter: nfnetlink_hook: strip off module name from hookfnPablo Neira Ayuso-0/+1
2021-08-06netfilter: conntrack: collect all entries in one cycleFlorian Westphal-49/+22
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-44/+129
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa-24/+44
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-26/+67
2021-08-04net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin-1/+1