summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-2135-173/+368
|\
| * net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov2020-02-201-2/+3
| * net: disable BRIDGE_NETFILTER by defaultRoman Kiryanov2020-02-201-1/+0
| * openvswitch: Distribute switch variables for initializationKees Cook2020-02-201-8/+10
| * net: ip6_gre: Distribute switch variables for initializationKees Cook2020-02-202-7/+14
| * net: core: Distribute switch variables for initializationKees Cook2020-02-201-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-192-1/+4
| |\
| | * xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson2020-02-112-1/+4
| * | udp: rehash on disconnectWillem de Bruijn2020-02-191-1/+5
| * | net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari2020-02-191-1/+19
| * | bridge: br_stp: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-191-1/+2
| * | net: hsr: Pass lockdep expression to RCU listsAmol Grover2020-02-191-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-185-44/+202
| |\ \
| | * | netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio2020-02-181-1/+1
| | * | netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio2020-02-181-2/+2
| | * | netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2020-02-172-6/+90
| | * | netfilter: conntrack: split resolve_clash functionFlorian Westphal2020-02-111-17/+41
| | * | netfilter: conntrack: place confirm-bit setting in a helperFlorian Westphal2020-02-111-7/+14
| | * | netfilter: conntrack: remove two args from resolve_clashFlorian Westphal2020-02-111-18/+51
| | * | netfilter: flowtable: skip offload setup if disabledFlorian Westphal2020-02-071-3/+3
| | * | netfilter: xt_hashlimit: limit the max size of hashtableCong Wang2020-02-071-0/+10
| | * | netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()Cong Wang2020-02-071-6/+6
| * | | flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-2/+4
| * | | datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-3/+6
| * | | vport.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
| * | | meter.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
| * | | netlabel_domainhash.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
| * | | net: netlabel: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-181-1/+2
| * | | Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni2020-02-181-20/+2
| * | | mptcp: fix bogus socket flag valuesFlorian Westphal2020-02-181-2/+2
| * | | sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long2020-02-171-9/+20
| * | | net: sched: correct flower port blockingJason Baron2020-02-171-0/+1
| * | | skbuff: remove stale bit mask commentsRandy Dunlap2020-02-161-2/+0
| * | | mptcp: select CRYPTOMatthieu Baerts2020-02-161-0/+1
| * | | net: export netdev_next_lower_dev_rcu()Taehee Yoo2020-02-161-3/+3
| * | | ethtool: fix application of verbose no_mask bitsetMichal Kubecek2020-02-161-0/+3
| * | | mptcp: Protect subflow socket options before connection completesMat Martineau2020-02-161-29/+19
| * | | net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet2020-02-161-0/+6
| * | | net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet2020-02-161-14/+12
| * | | net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman2020-02-161-1/+1
| * | | net/rds: Track user mapped pages through special APILeon Romanovsky2020-02-161-12/+12
| * | | ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-02-161-0/+1
| * | | ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-02-161-3/+4
* | | | Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-141-6/+7
|\ \ \ \ | |/ / / |/| | |
| * | | xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever2020-02-131-6/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-1422-66/+184
|\ \ \ \ | |/ / / |/| | |
| * | | net: dsa: tag_ar9331: Make sure there is headroom for tagPer Forlin2020-02-141-1/+1
| * | | net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin2020-02-141-1/+1
| * | | net, ip6_tunnel: enhance tunnel locate with link checkWilliam Dauchy2020-02-141-21/+47
| * | | Merge tag 'mac80211-for-net-2020-02-14' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-02-146-16/+39
| |\ \ \