summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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/klasse...David S. Miller6-34/+96
2020-03-30net: dsa: Simplify 'dsa_tag_protocol_to_str()'Christophe JAILLET1-5/+1
2020-03-30ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek7-20/+179
2020-03-30ethtool: add timestamping related string setsMichal Kubecek4-0/+75
2020-03-30ethtool: add EEE_NTF notificationMichal Kubecek3-1/+10
2020-03-30ethtool: set EEE settings with EEE_SET requestMichal Kubecek3-0/+79
2020-03-30ethtool: provide EEE settings with EEE_GET requestMichal Kubecek4-1/+140
2020-03-30ethtool: add PAUSE_NTF notificationMichal Kubecek3-1/+10
2020-03-30ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek3-0/+67
2020-03-30ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek4-1/+91
2020-03-30ethtool: add COALESCE_NTF notificationMichal Kubecek3-1/+10
2020-03-30ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek3-0/+142
2020-03-30ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek4-1/+224
2020-03-30ethtool: fix reference leak in ethnl_set_privflags()Michal Kubecek1-1/+3
2020-03-30net: ipv6: add rpl sr tunnelAlexander Aring5-0/+400
2020-03-30net: add net available in build_stateAlexander Aring11-23/+26
2020-03-30net: ipv6: add support for rpl sr exthdrAlexander Aring4-3/+333
2020-03-30addrconf: add functionality to check on rpl requirementsAlexander Aring1-0/+53
2020-03-30mptcp: add netlink-based PMPaolo Abeni4-2/+874
2020-03-30mptcp: add and use MIB counter infrastructureFlorian Westphal7-15/+165
2020-03-30mptcp: allow dumping subflow context to userspaceDavide Caratti4-1/+109
2020-03-30mptcp: implement and use MPTCP-level retransmissionPaolo Abeni2-4/+95
2020-03-30mptcp: rework mptcp_sendmsg_frag to accept optional dfragPaolo Abeni1-49/+74
2020-03-30mptcp: allow partial cleaning of rtx head dfragFlorian Westphal2-0/+26
2020-03-30mptcp: implement memory accounting for mptcp rtx queuePaolo Abeni1-3/+39
2020-03-30mptcp: introduce MPTCP retransmission timerPaolo Abeni3-2/+93
2020-03-30mptcp: queue data for mptcp level retransmissionPaolo Abeni2-8/+147
2020-03-30mptcp: update per unacked sequence on pkt receptionPaolo Abeni3-6/+49
2020-03-30mptcp: Implement path manager interface commandsPeter Krystad3-5/+129
2020-03-30mptcp: Add handling of outgoing MP_JOIN requestsPeter Krystad4-17/+285
2020-03-30mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad6-45/+372
2020-03-30mptcp: Add path manager interfacePeter Krystad6-19/+264
2020-03-30mptcp: Add ADD_ADDR handlingPeter Krystad3-16/+235
2020-03-30net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu5-7/+7
2020-03-30net: page pool: allow to pass zero flags to page_pool_init()Denis Kirjanov1-3/+5
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-56/+149
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-45/+132
2020-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+2
2020-03-28net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean3-1/+119
2020-03-28net: dsa: configure the MTU for switch portsVladimir Oltean5-16/+171
2020-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller7-22/+70
2020-03-27net: introduce the MACSEC netdev featureAntoine Tenart1-0/+1
2020-03-27ipv6: ndisc: add support for 'PREF64' dns64 prefix identifierMaciej Żenczykowski1-0/+1
2020-03-27cls_flower: Add extack support for flags keyGuillaume Nault1-4/+7
2020-03-27cls_flower: Add extack support for src and dst port range optionsGuillaume Nault1-8/+18
2020-03-27cls_flower: Add extack support for mpls optionsGuillaume Nault1-5/+18
2020-03-27devlink: implement DEVLINK_CMD_REGION_NEWJacob Keller1-0/+99
2020-03-27devlink: track snapshot id usage count using an xarrayJacob Keller1-6/+124