summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-10-071-1/+1
|\
| * SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields2021-10-011-1/+1
* | net: prefer socket bound to interface when not in VRFMike Manning2021-10-074-4/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-071-4/+5
|\ \
| * | unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang2021-10-061-4/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-10-071-12/+55
|\ \ \
| * | | xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel2021-09-231-1/+6
| * | | xfrm: notify default policy on updateNicolas Dichtel2021-09-151-0/+31
| * | | xfrm: make user policy API completeNicolas Dichtel2021-09-151-17/+19
| * | | net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin2021-09-091-0/+5
* | | | rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-061-1/+1
* | | | netlink: annotate data races around nlk->boundEric Dumazet2021-10-051-4/+10
* | | | net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-051-0/+4
* | | | net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet2021-10-051-0/+1
* | | | net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet2021-10-051-1/+1
* | | | dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn2021-10-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-025-66/+84
|\ \ \ \
| * | | | netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2021-10-022-13/+36
| * | | | netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso2021-09-281-6/+4
| * | | | netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso2021-09-281-9/+25
| * | | | netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-283-38/+19
* | | | | net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-011-0/+3
* | | | | 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