summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
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
2020-03-29ethtool: add PAUSE_NTF notificationMichal Kubecek
2020-03-29ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek
2020-03-29ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek
2020-03-29ethtool: add COALESCE_NTF notificationMichal Kubecek
2020-03-29ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek
2020-03-29ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek
2020-03-29ethtool: fix reference leak in ethnl_set_privflags()Michal Kubecek
2020-03-29net: ipv6: add rpl sr tunnelAlexander Aring
2020-03-29net: add net available in build_stateAlexander Aring
2020-03-29net: ipv6: add support for rpl sr exthdrAlexander Aring
2020-03-29addrconf: add functionality to check on rpl requirementsAlexander Aring
2020-03-29net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy
2020-03-29mptcp: add netlink-based PMPaolo Abeni
2020-03-29mptcp: add and use MIB counter infrastructureFlorian Westphal
2020-03-29mptcp: allow dumping subflow context to userspaceDavide Caratti
2020-03-29mptcp: implement and use MPTCP-level retransmissionPaolo Abeni
2020-03-29mptcp: rework mptcp_sendmsg_frag to accept optional dfragPaolo Abeni
2020-03-29mptcp: allow partial cleaning of rtx head dfragFlorian Westphal
2020-03-29mptcp: implement memory accounting for mptcp rtx queuePaolo Abeni
2020-03-29mptcp: introduce MPTCP retransmission timerPaolo Abeni
2020-03-29mptcp: queue data for mptcp level retransmissionPaolo Abeni
2020-03-29mptcp: update per unacked sequence on pkt receptionPaolo Abeni
2020-03-29mptcp: Implement path manager interface commandsPeter Krystad
2020-03-29mptcp: Add handling of outgoing MP_JOIN requestsPeter Krystad
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad
2020-03-29mptcp: Add path manager interfacePeter Krystad
2020-03-29mptcp: Add ADD_ADDR handlingPeter Krystad
2020-03-29sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner
2020-03-29sctp: fix refcount bug in sctp_wfreeQiujun Huang
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-29ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai
2020-03-29net: page pool: allow to pass zero flags to page_pool_init()Denis Kirjanov
2020-03-29mac80211: fix authentication with iwlwifi/mvmJohannes Berg
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-30netfilter: flowtable: add counter support in HW offloadwenxu
2020-03-30netfilter: conntrack: add nf_ct_acct_add()wenxu
2020-03-30netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso
2020-03-30netfilter: nft_dynset: validate set expression definitionPablo Neira Ayuso
2020-03-30netfilter: nft_set_bitmap: initialize set element extension in lookupsPablo Neira Ayuso
2020-03-30netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not setRomain Bellan
2020-03-29netfilter: nf_queue: prefer nf_queue_entry_freeFlorian Westphal
2020-03-29netfilter: nf_queue: do not release refcouts until nf_reinject is doneFlorian Westphal
2020-03-29netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal
2020-03-29netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long