summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds4-5/+5
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds3-96/+14
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld4-5/+5
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld1-1/+1
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-716/+503
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds16-35/+186
2020-04-06ipv6: rpl: fix loop iterationAlexander Aring1-3/+3
2020-04-06Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds1-61/+73
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust1-6/+13
2020-04-04Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-19/+10
2020-04-04Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds19-771/+901
2020-04-03mptcp: add some missing pr_fmt definesGeliang Tang3-0/+6
2020-04-03net_sched: fix a missing refcnt in tcindex_init()Cong Wang1-0/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-04-02neigh: support smaller retrans_time setttingHangbin Liu3-9/+12
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang1-4/+6
2020-04-02net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat1-1/+1
2020-04-02mptcp: fix "fn parameter not described" warningsMatthieu Baerts1-4/+5
2020-04-02mptcp: re-check dsn before reading from subflowFlorian Westphal1-0/+26
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal3-2/+36
2020-04-02mptcp: fix tcp fallback crashFlorian Westphal1-4/+46
2020-04-02net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King1-1/+1
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot1-1/+1
2020-04-01ipv6: don't auto-add link-local address to lag portsJarod Wilson1-0/+4
2020-04-01net_sched: add a temporary refcnt for struct tcindex_dataCong Wang1-6/+38
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds321-3170/+18595
2020-03-31net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva1-1/+3
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King1-1/+2
2020-03-31net/bpfilter: remove superfluous testing messageBruno Meneguele1-1/+0
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-29/+64
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-95/+326
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller15-193/+239
2020-03-30devlink: Allow setting of packet trap group parametersIdo Schimmel1-2/+54
2020-03-30devlink: Add packet trap group parameters supportIdo Schimmel1-0/+31
2020-03-30devlink: Add packet trap policers supportIdo Schimmel1-0/+428
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2-4/+5
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer2-5/+10
2020-03-30bpf: Add socket assign supportJoe Stringer5-2/+49
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2-4/+4
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+44
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan1-2/+1
2020-03-30netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich1-5/+3
2020-03-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-41/+168
2020-03-30net: dsa: add port policersVladimir Oltean1-6/+73
2020-03-30net: dsa: refactor matchall mirred action to separate functionVladimir Oltean1-30/+40
2020-03-30devlink: Add auto dump flag to health reporterEran Ben Elisha1-4/+22
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha1-6/+3
2020-03-30net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSGJiri Pirko1-2/+2
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko3-2/+11
2020-03-30net: introduce nla_put_bitfield32() helper and use itJiri Pirko2-21/+10