summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-302-12/+54
* net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski2021-09-301-0/+6
* net: sched: flower: protect fl_walk() with rcuVlad Buslov2021-09-301-0/+6
* net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-302-19/+3
* net: bridge: mcast: Associate the seqcount with its protecting lock.Thomas Gleixner2021-09-282-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-281-5/+9
|\
| * bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann2021-09-281-5/+9
* | af_unix: Return errno instead of NULL in unix_create1().Kuniyuki Iwashima2021-09-281-17/+32
* | net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-282-6/+6
* | Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-09-276-7/+26
|\ \
| * | mac80211: check return value of rhashtable_initMichelleJin2021-09-271-1/+4
| * | mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg2021-09-271-0/+6
| * | mac80211: mesh: fix potentially unaligned accessJohannes Berg2021-09-231-1/+2
| * | mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi2021-09-231-0/+4
| * | mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-09-231-1/+2
| * | mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang2021-09-231-0/+8
| * | Revert "mac80211: do not use low data rates for data frames with no ack flag"Felix Fietkau2021-09-231-4/+0
* | | net: prevent user from passing illegal stab size王贇2021-09-261-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-2411-147/+270
|\ \ \
| * | | netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet2021-09-211-33/+37
| * | | netfilter: log: work around missing softdep backend moduleFlorian Westphal2021-09-213-3/+34
| * | | netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal2021-09-211-1/+1
| * | | netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal2021-09-211-26/+24
| * | | netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal2021-09-211-47/+75
| * | | netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso2021-09-211-1/+1
| * | | netfilter: nf_tables: unlink table before deleting itFlorian Westphal2021-09-211-10/+18
| * | | netfilter: nat: include zone id in nat table hash againFlorian Westphal2021-09-211-5/+12
| * | | netfilter: conntrack: include zone id in tuple hash againFlorian Westphal2021-09-211-15/+52
| * | | netfilter: conntrack: make max chain length randomFlorian Westphal2021-09-211-6/+11
| * | | netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-09-151-0/+1
| * | | ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi2021-09-141-0/+4
| * | | netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2021-09-141-2/+2
* | | | net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-242-9/+12
* | | | mptcp: allow changing the 'backup' bit when no sockets are openDavide Caratti2021-09-241-3/+1
* | | | mptcp: don't return sockets in foreign netnsFlorian Westphal2021-09-246-24/+20
* | | | sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long2021-09-241-1/+1
* | | | nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel2021-09-231-5/+14
| |/ / |/| |
* | | mptcp: ensure tx skbs always have the MPTCP extPaolo Abeni2021-09-221-2/+2
* | | net: dsa: don't allocate the slave_mii_bus using devresVladimir Oltean2021-09-211-3/+9
* | | net: dsa: fix dsa_tree_setup error pathVladimir Oltean2021-09-211-0/+1
* | | net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul2021-09-211-0/+2
* | | net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul2021-09-211-1/+2
* | | nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel2021-09-201-0/+2
* | | napi: fix race inside napi_enableXuan Zhuo2021-09-201-6/+10
* | | net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean2021-09-191-5/+46
* | | net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner2021-09-191-14/+23
* | | net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+50
* | | net: update NXP copyright textVladimir Oltean2021-09-172-2/+2
* | | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-1616-59/+62
|\ \ \
| * | | net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-153-15/+37