summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-04-02neigh: support smaller retrans_time setttingHangbin Liu
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang
2020-04-02net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat
2020-04-03net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki
2020-04-02mptcp: fix "fn parameter not described" warningsMatthieu Baerts
2020-04-02mptcp: re-check dsn before reading from subflowFlorian Westphal
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal
2020-04-02mptcp: fix tcp fallback crashFlorian Westphal
2020-04-02net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot
2020-04-01ipv6: don't auto-add link-local address to lag portsJarod Wilson
2020-04-01net_sched: add a temporary refcnt for struct tcindex_dataCong Wang
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-31net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King
2020-03-31net/bpfilter: remove superfluous testing messageBruno Meneguele
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-30devlink: Allow setting of packet trap group parametersIdo Schimmel
2020-03-30devlink: Add packet trap group parameters supportIdo Schimmel
2020-03-30devlink: Add packet trap policers supportIdo Schimmel
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer
2020-03-30bpf: Add socket assign supportJoe Stringer
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan
2020-03-30netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich
2020-03-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-03-30net: dsa: add port policersVladimir Oltean
2020-03-30net: dsa: refactor matchall mirred action to separate functionVladimir Oltean
2020-03-30devlink: Add auto dump flag to health reporterEran Ben Elisha
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha
2020-03-30net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSGJiri Pirko
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-30net: introduce nla_put_bitfield32() helper and use itJiri Pirko
2020-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-03-30net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET
2020-03-30net: fix fraglist segmentation reference count leakFlorian Westphal
2020-03-30udp: initialize is_flist with 0 in udp_gro_receiveXin Long
2020-03-30libceph: directly skip to the end of redirect replyIlya Dryomov
2020-03-30libceph: simplify ceph_monc_handle_map()Ilya Dryomov
2020-03-30ceph: move ceph_osdc_{read,write}pages to ceph.koXiubo Li
2020-03-30libceph: drop CEPH_DEFINE_SHOW_FUNCIlya Dryomov
2020-03-29ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek
2020-03-29ethtool: add timestamping related string setsMichal Kubecek
2020-03-29ethtool: add EEE_NTF notificationMichal Kubecek
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek