aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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/bluetooth/bluetooth-nextDavid 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
2020-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller6-34/+96
2020-03-30net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET1-5/+1
2020-03-30net: fix fraglist segmentation reference count leakFlorian Westphal1-0/+1
2020-03-30udp: initialize is_flist with 0 in udp_gro_receiveXin Long1-0/+1
2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek7-20/+179
2020-03-29ethtool: add timestamping related string setsMichal Kubecek4-0/+75
2020-03-29ethtool: add EEE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek3-0/+79
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek4-1/+140
2020-03-29ethtool: add PAUSE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek3-0/+67
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek4-1/+91
2020-03-29ethtool: add COALESCE_NTF notificationMichal Kubecek3-1/+10
2020-03-29ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek3-0/+142
2020-03-29ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek4-1/+224
2020-03-29ethtool: fix reference leak in ethnl_set_privflags()Michal Kubecek1-1/+3
2020-03-29net: ipv6: add rpl sr tunnelAlexander Aring5-0/+400
2020-03-29net: add net available in build_stateAlexander Aring11-23/+26
2020-03-29net: ipv6: add support for rpl sr exthdrAlexander Aring4-3/+333
2020-03-29addrconf: add functionality to check on rpl requirementsAlexander Aring1-0/+53
2020-03-29net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy1-5/+1
2020-03-29mptcp: add netlink-based PMPaolo Abeni4-2/+874
2020-03-29mptcp: add and use MIB counter infrastructureFlorian Westphal7-15/+165
2020-03-29mptcp: allow dumping subflow context to userspaceDavide Caratti4-1/+109
2020-03-29mptcp: implement and use MPTCP-level retransmissionPaolo Abeni2-4/+95