aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-17arm64: cputype: Silence Sparse warningsRobin Murphy1-1/+1
2018-02-16tun: export flags, uid, gid, queue information over netlinkSabrina Dubroca2-0/+74
2018-02-16net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-02-16net: dsa: mv88e6xxx: avoid unintended sign extension on a 16 bit shiftColin Ian King1-2/+3
2018-02-16ravb: add support for changing MTUNiklas Söderlund2-7/+28
2018-02-16sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long1-3/+2
2018-02-16Merge branch 'nfp-whitespace-sync-and-flower-TCP-flags'David S. Miller5-142/+204
2018-02-16nfp: flower: implement tcp flag match offloadPieter Jansen van Vuuren4-2/+64
2018-02-16nfp: standardize FW header whitespaceMichael Rapson1-140/+140
2018-02-16rxrpc: Work around usercopy checkDavid Howells1-2/+3
2018-02-16tun: fix tun_napi_alloc_frags() frag allocatorEric Dumazet1-10/+6
2018-02-16Merge branch 'net-sched-act-add-extack-support'David S. Miller19-129/+215
2018-02-16net: sched: act: mirred: add extack supportAlexander Aring1-4/+11
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring18-20/+23
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring18-20/+38
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring18-19/+37
2018-02-16net: sched: act: add extack to init callbackAlexander Aring18-20/+24
2018-02-16net: sched: act: handle generic action errorsAlexander Aring1-32/+61
2018-02-16net: sched: act: add extack to initAlexander Aring3-10/+16
2018-02-16net: sched: act: fix code styleAlexander Aring3-11/+12
2018-02-16Merge branch 'RDS-zerocopy-support'David S. Miller11-35/+339
2018-02-16selftests/net: add zerocopy support for PF_RDS test caseSowmini Varadhan1-4/+64
2018-02-16selftests/net: add support for PF_RDS socketsSowmini Varadhan1-1/+64
2018-02-16rds: zerocopy Tx support.Sowmini Varadhan4-8/+91
2018-02-16rds: support for zcopy completion notificationSowmini Varadhan5-7/+96
2018-02-16sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan1-11/+14
2018-02-16rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan2-7/+8
2018-02-16skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan2-2/+7
2018-02-16net: Revert sched action extack support series.David S. Miller4-28/+21
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev3-0/+11
2018-02-16skbuff: Fix comment mis-spelling.David S. Miller1-1/+1
2018-02-16dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni1-29/+33
2018-02-16Merge branch 'net-sched-act-add-extack-support'David S. Miller4-21/+28
2018-02-16net: sched: act: add extack to initAlexander Aring3-10/+16
2018-02-16net: sched: act: fix code styleAlexander Aring3-11/+12
2018-02-16net: sched: fix unbalance in the error path of tca_action_flush()Davide Caratti1-1/+3
2018-02-16PCI/cxgb4: Extend T3 PCI quirk to T4+ devicesCasey Leedom2-26/+23
2018-02-16Merge branch 'dsa-mv88e6xxx-Improve-PTP-access-latency'David S. Miller1-10/+14
2018-02-16net: dsa: mv88e6xxx: Release mutex between each ATU readAndrew Lunn1-6/+8
2018-02-16net: dsa: mv88e6xxx: Release mutex between each statistics readAndrew Lunn1-4/+6
2018-02-16cxgb4: fix trailing zero in CIM LA dumpRahul Lakkireddy2-2/+2
2018-02-16cxgb4: free up resources of pf 0-3Ganesh Goudar1-12/+13
2018-02-16Merge branch 'tipc-de-generealize-topology-server'David S. Miller10-1119/+862
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy7-259/+258
2018-02-16tipc: separate topology server listener socket from subcsriber socketsJon Maloy1-181/+147
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy5-128/+110
2018-02-16tipc: some prefix changesJon Maloy4-56/+54
2018-02-16tipc: collapse subscription creation functionsJon Maloy4-43/+22
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy5-102/+86
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy5-149/+88