Age | Commit message (Expand) | Author | Files | Lines |
2021-09-27 | mac80211: check return value of rhashtable_init | MichelleJin | 1 | -1/+4 |
2021-09-27 | mac80211: fix use-after-free in CCMP/GCMP RX | Johannes Berg | 1 | -0/+6 |
2021-09-26 | net: prevent user from passing illegal stab size | 王贇 | 1 | -0/+6 |
2021-09-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski | 11 | -147/+270 |
2021-09-24 | net: ipv4: Fix rtnexthop len when RTA_FLOW is present | Xiao Liang | 2 | -9/+12 |
2021-09-24 | mptcp: allow changing the 'backup' bit when no sockets are open | Davide Caratti | 1 | -3/+1 |
2021-09-24 | mptcp: don't return sockets in foreign netns | Florian Westphal | 6 | -24/+20 |
2021-09-24 | sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb | Xin Long | 1 | -1/+1 |
2021-09-23 | nexthop: Fix memory leaks in nexthop notification chain listeners | Ido Schimmel | 1 | -5/+14 |
2021-09-23 | mac80211: mesh: fix potentially unaligned access | Johannes Berg | 1 | -1/+2 |
2021-09-23 | mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap | Lorenzo Bianconi | 1 | -0/+4 |
2021-09-23 | mac80211: Drop frames from invalid MAC address in ad-hoc mode | YueHaibing | 1 | -1/+2 |
2021-09-23 | mac80211: Fix ieee80211_amsdu_aggregate frag_tail bug | Chih-Kang Chang | 1 | -0/+8 |
2021-09-23 | Revert "mac80211: do not use low data rates for data frames with no ack flag" | Felix Fietkau | 1 | -4/+0 |
2021-09-23 | xfrm: fix rcu lock in xfrm_notify_userpolicy() | Nicolas Dichtel | 1 | -1/+6 |
2021-09-22 | mptcp: ensure tx skbs always have the MPTCP ext | Paolo Abeni | 1 | -2/+2 |
2021-09-21 | net: dsa: don't allocate the slave_mii_bus using devres | Vladimir Oltean | 1 | -3/+9 |
2021-09-21 | net: dsa: fix dsa_tree_setup error path | Vladimir Oltean | 1 | -0/+1 |
2021-09-21 | net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work | Karsten Graul | 1 | -0/+2 |
2021-09-21 | net/smc: add missing error check in smc_clc_prfx_set() | Karsten Graul | 1 | -1/+2 |
2021-09-21 | netfilter: conntrack: serialize hash resizes and cleanups | Eric Dumazet | 1 | -33/+37 |
2021-09-21 | netfilter: log: work around missing softdep backend module | Florian Westphal | 3 | -3/+34 |
2021-09-21 | netfilter: iptable_raw: drop bogus net_init annotation | Florian Westphal | 1 | -1/+1 |
2021-09-21 | netfilter: nf_nat_masquerade: defer conntrack walk to work queue | Florian Westphal | 1 | -26/+24 |
2021-09-21 | netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic | Florian Westphal | 1 | -47/+75 |
2021-09-21 | netfilter: nf_tables: Fix oversized kvmalloc() calls | Pablo Neira Ayuso | 1 | -1/+1 |
2021-09-21 | netfilter: nf_tables: unlink table before deleting it | Florian Westphal | 1 | -10/+18 |
2021-09-21 | netfilter: nat: include zone id in nat table hash again | Florian Westphal | 1 | -5/+12 |
2021-09-21 | netfilter: conntrack: include zone id in tuple hash again | Florian Westphal | 1 | -15/+52 |
2021-09-21 | netfilter: conntrack: make max chain length random | Florian Westphal | 1 | -6/+11 |
2021-09-20 | nexthop: Fix division by zero while replacing a resilient group | Ido Schimmel | 1 | -0/+2 |
2021-09-20 | napi: fix race inside napi_enable | Xuan Zhuo | 1 | -6/+10 |
2021-09-19 | net: dsa: tear down devlink port regions when tearing down the devlink port o... | Vladimir Oltean | 1 | -5/+46 |
2021-09-19 | net: core: Correct the sock::sk_lock.owned lockdep annotations | Thomas Gleixner | 1 | -14/+23 |
2021-09-19 | net: dsa: be compatible with masters which unregister on shutdown | Vladimir Oltean | 1 | -0/+50 |
2021-09-17 | net: update NXP copyright text | Vladimir Oltean | 2 | -2/+2 |
2021-09-16 | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 16 | -59/+62 |
2021-09-15 | net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports | Vladimir Oltean | 3 | -15/+37 |
2021-09-15 | net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup | Vladimir Oltean | 1 | -7/+5 |
2021-09-15 | netfilter: ip6_tables: zero-initialize fragment offset | Jeremy Sowden | 1 | -0/+1 |
2021-09-15 | xfrm: notify default policy on update | Nicolas Dichtel | 1 | -0/+31 |
2021-09-15 | xfrm: make user policy API complete | Nicolas Dichtel | 1 | -17/+19 |
2021-09-14 | Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"" | Eric Dumazet | 4 | -7/+10 |
2021-09-14 | tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() | zhenggy | 1 | -1/+1 |
2021-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -14/+3 |
2021-09-14 | net-caif: avoid user-triggerable WARN_ON(1) | Eric Dumazet | 1 | -16/+3 |
2021-09-13 | bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode | Daniel Borkmann | 2 | -14/+3 |
2021-09-14 | ipvs: check that ip_vs_conn_tab_bits is between 8 and 20 | Andrea Claudi | 1 | -0/+4 |
2021-09-14 | netfilter: ipset: Fix oversized kvmalloc() calls | Jozsef Kadlecsik | 1 | -2/+2 |
2021-09-13 | ipv6: delay fib6_sernum increase in fib6_add | zhang kai | 1 | -2/+1 |