summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mptcp: add some missing pr_fmt definesGeliang Tang2020-04-033-0/+6
* net_sched: fix a missing refcnt in tcindex_init()Cong Wang2020-04-031-0/+1
* neigh: support smaller retrans_time setttingHangbin Liu2020-04-023-9/+12
* net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang2020-04-021-4/+6
* net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat2020-04-021-1/+1
* mptcp: fix "fn parameter not described" warningsMatthieu Baerts2020-04-021-4/+5
* mptcp: re-check dsn before reading from subflowFlorian Westphal2020-04-021-0/+26
* mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal2020-04-023-2/+36
* mptcp: fix tcp fallback crashFlorian Westphal2020-04-021-4/+46
* net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King2020-04-021-1/+1
* net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot2020-04-021-1/+1
* ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-011-0/+4
* net_sched: add a temporary refcnt for struct tcindex_dataCong Wang2020-04-011-6/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-31321-3170/+18595
|\
| * net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva2020-03-311-1/+3
| * net: dsa: fix oops while probing Marvell DSA switchesRussell King2020-03-311-1/+2
| * net/bpfilter: remove superfluous testing messageBruno Meneguele2020-03-311-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-308-29/+64
| |\
| | * net: fix fraglist segmentation reference count leakFlorian Westphal2020-03-301-0/+1
| | * udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-03-301-0/+1
| | * net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-03-291-5/+1
| | * sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-03-292-15/+33
| | * sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-03-291-8/+23
| | * ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-03-291-0/+3
| | * mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-03-291-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3013-95/+326
| |\ \
| | * | bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-302-4/+5
| | * | net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-302-5/+10
| | * | bpf: Add socket assign supportJoe Stringer2020-03-305-2/+49
| | * | xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-282-5/+35
| | * | bpf: Fix build warning regarding missing prototypesJean-Philippe Menil2020-03-281-0/+4
| | * | bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooksDaniel Borkmann2020-03-271-0/+8
| | * | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-0/+12
| | * | bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann2020-03-271-0/+21
| | * | bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-272-0/+52
| | * | bpf: Enable perf event rb output for bpf cgroup progsDaniel Borkmann2020-03-271-5/+9
| | * | bpf: Enable retrieval of socket cookie for bind/post-bind hookDaniel Borkmann2020-03-271-0/+14
| | * | bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau2020-03-231-0/+33
| | * | bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-62/+62
| | * | bpf, tcp: Fix unused function warningsYueHaibing2020-03-201-14/+14
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-3015-193/+239
| |\ \ \
| | * | | ipvs: fix uninitialized variable warningHaishuang Yan2020-03-301-2/+1
| | * | | netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich2020-03-301-5/+3
| | * | | netfilter: flowtable: add counter support in HW offloadwenxu2020-03-301-0/+12
| | * | | netfilter: conntrack: add nf_ct_acct_add()wenxu2020-03-301-3/+4
| | * | | netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso2020-03-302-0/+5
| | * | | netfilter: nft_dynset: validate set expression definitionPablo Neira Ayuso2020-03-301-2/+7
| | * | | netfilter: nft_set_bitmap: initialize set element extension in lookupsPablo Neira Ayuso2020-03-301-0/+1
| | * | | netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not setRomain Bellan2020-03-301-1/+1
| | * | | netfilter: nf_queue: prefer nf_queue_entry_freeFlorian Westphal2020-03-291-18/+9