| Commit message (Expand) | Author | Age | Files | Lines |
* | vsock: fix potential deadlock in transport->release() | Stefano Garzarella | 2020-02-27 | 3 | -13/+12 |
* | unix: It's CONFIG_PROC_FS not CONFIG_PROCFS | David S. Miller | 2020-02-27 | 1 | -1/+1 |
* | unix: define and set show_fdinfo only if procfs is enabled | Tobias Klauser | 2020-02-27 | 1 | -0/+4 |
* | net/smc: check for valid ib_client_data | Karsten Graul | 2020-02-27 | 1 | -0/+2 |
* | mptcp: add dummy icsk_sync_mss() | Paolo Abeni | 2020-02-27 | 1 | -0/+6 |
* | ipv6: restrict IPV6_ADDRFORM operation | Eric Dumazet | 2020-02-27 | 1 | -2/+8 |
* | net/smc: fix cleanup for linkgroup setup failures | Ursula Braun | 2020-02-27 | 3 | -11/+28 |
* | sched: act: count in the size of action flags bitfield | Jiri Pirko | 2020-02-27 | 1 | -0/+1 |
* | net: core: devlink.c: Use built-in RCU list checking | Madhuparna Bhowmik | 2020-02-27 | 1 | -9/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2020-02-27 | 4 | -217/+474 |
|\ |
|
| * | netfilter: xt_hashlimit: unregister proc file before releasing mutex | Cong Wang | 2020-02-26 | 1 | -10/+6 |
| * | nft_set_pipapo: Actually fetch key data in nft_pipapo_remove() | Stefano Brivio | 2020-02-26 | 1 | -2/+4 |
| * | Merge branch 'master' of git://blackhole.kfki.hu/nf | Pablo Neira Ayuso | 2020-02-26 | 2 | -205/+464 |
| |\ |
|
| | * | netfilter: ipset: Fix forceadd evaluation path | Jozsef Kadlecsik | 2020-02-22 | 1 | -0/+2 |
| | * | netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports | Jozsef Kadlecsik | 2020-02-22 | 2 | -205/+462 |
* | | | ethtool: limit bitset size | Michal Kubecek | 2020-02-26 | 2 | -1/+4 |
* | | | net: Fix Tx hash bound checking | Amritha Nambiar | 2020-02-26 | 1 | -0/+2 |
|/ / |
|
* | | Merge tag 'mac80211-for-net-2020-02-24' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2020-02-25 | 4 | -9/+6 |
|\ \ |
|
| * | | mac80211: rx: avoid RCU list traversal under mutex | Madhuparna Bhowmik | 2020-02-24 | 1 | -1/+1 |
| * | | nl80211: explicitly include if_vlan.h | Johannes Berg | 2020-02-24 | 1 | -0/+1 |
| * | | mac80211: Remove a redundant mutex unlock | Andrei Otcheretianski | 2020-02-21 | 1 | -5/+1 |
| * | | cfg80211: check reg_rule for NULL in handle_channel_custom() | Johannes Berg | 2020-02-21 | 1 | -1/+1 |
| * | | nl80211: fix potential leak in AP start | Johannes Berg | 2020-02-21 | 1 | -2/+2 |
* | | | net: bridge: fix stale eth hdr pointer in br_dev_xmit | Nikolay Aleksandrov | 2020-02-24 | 1 | -4/+2 |
* | | | net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_... | Madhuparna Bhowmik | 2020-02-24 | 1 | -7/+14 |
* | | | tcp: fix TFO SYNACK undo to avoid double-timestamp-undo | Neal Cardwell | 2020-02-24 | 1 | -1/+5 |
* | | | net: genetlink: return the error code when attribute parsing fails. | Paolo Abeni | 2020-02-23 | 1 | -2/+3 |
* | | | ipv4: ensure rcu_read_lock() in cipso_v4_error() | Matteo Croce | 2020-02-23 | 1 | -1/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-02-21 | 35 | -173/+368 |
|\| | |
|
| * | | net: netlink: cap max groups which will be considered in netlink_bind() | Nikolay Aleksandrov | 2020-02-21 | 1 | -2/+3 |
| * | | net: disable BRIDGE_NETFILTER by default | Roman Kiryanov | 2020-02-21 | 1 | -1/+0 |
| * | | openvswitch: Distribute switch variables for initialization | Kees Cook | 2020-02-20 | 1 | -8/+10 |
| * | | net: ip6_gre: Distribute switch variables for initialization | Kees Cook | 2020-02-20 | 2 | -7/+14 |
| * | | net: core: Distribute switch variables for initialization | Kees Cook | 2020-02-20 | 1 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-02-20 | 2 | -1/+4 |
| |\ \ |
|
| | * | | xsk: Publish global consumer pointers when NAPI is finished | Magnus Karlsson | 2020-02-11 | 2 | -1/+4 |
| * | | | udp: rehash on disconnect | Willem de Bruijn | 2020-02-20 | 1 | -1/+5 |
| * | | | net/tls: Fix to avoid gettig invalid tls record | Rohit Maheshwari | 2020-02-20 | 1 | -1/+19 |
| * | | | bridge: br_stp: Use built-in RCU list checking | Madhuparna Bhowmik | 2020-02-19 | 1 | -1/+2 |
| * | | | net: hsr: Pass lockdep expression to RCU lists | Amol Grover | 2020-02-19 | 1 | -1/+2 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2020-02-19 | 5 | -44/+202 |
| |\ \ \ |
|
| | * | | | netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill() | Stefano Brivio | 2020-02-18 | 1 | -1/+1 |
| | * | | | netfilter: nft_set_pipapo: Fix mapping table example in comments | Stefano Brivio | 2020-02-18 | 1 | -2/+2 |
| | * | | | netfilter: conntrack: allow insertion of clashing entries | Florian Westphal | 2020-02-17 | 2 | -6/+90 |
| | * | | | netfilter: conntrack: split resolve_clash function | Florian Westphal | 2020-02-11 | 1 | -17/+41 |
| | * | | | netfilter: conntrack: place confirm-bit setting in a helper | Florian Westphal | 2020-02-11 | 1 | -7/+14 |
| | * | | | netfilter: conntrack: remove two args from resolve_clash | Florian Westphal | 2020-02-11 | 1 | -18/+51 |
| | * | | | netfilter: flowtable: skip offload setup if disabled | Florian Westphal | 2020-02-07 | 1 | -3/+3 |
| | * | | | netfilter: xt_hashlimit: limit the max size of hashtable | Cong Wang | 2020-02-07 | 1 | -0/+10 |
| | * | | | netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put() | Cong Wang | 2020-02-07 | 1 | -6/+6 |