summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-19net: Convert ip6_frags_opsKirill Tkhai1-0/+1
2018-02-19net: Convert fib6_net_ops, ipv6_addr_label_ops and ip6_segments_opsKirill Tkhai3-0/+3
2018-02-19net: Convert xfrm6_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ip6_flowlabel_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ping_v6_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ipv6_sysctl_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert tcpv6_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert fib6_rules_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert ipv6_inetpeer_opsKirill Tkhai1-0/+1
2018-02-19net: Convert raw6_net_ops, udplite6_net_ops, ipv6_proc_ops, if6_proc_net_ops ...Kirill Tkhai4-0/+5
2018-02-19net: Convert icmpv6_sk_ops, ndisc_net_ops and igmp6_net_opsKirill Tkhai3-0/+3
2018-02-19net: Convert ip6mr_net_opsKirill Tkhai1-0/+1
2018-02-19net: Convert cfg80211_pernet_opsKirill Tkhai1-0/+1
2018-02-19net: Convert inet6_net_opsKirill Tkhai1-0/+1
2018-02-17net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-02-17net: sched: act: mirred: add extack supportAlexander Aring1-4/+11
2018-02-17net: sched: act: handle extack in tcf_generic_walkerAlexander Aring17-19/+21
2018-02-17net: sched: act: add extack for walk callbackAlexander Aring17-19/+36
2018-02-17net: sched: act: add extack for lookup callbackAlexander Aring17-18/+35
2018-02-17net: sched: act: add extack to init callbackAlexander Aring17-19/+23
2018-02-17net: sched: act: handle generic action errorsAlexander Aring1-32/+61
2018-02-17net: sched: act: add extack to initAlexander Aring2-8/+13
2018-02-17net: sched: act: fix code styleAlexander Aring2-9/+9
2018-02-17rds: zerocopy Tx support.Sowmini Varadhan3-8/+90
2018-02-17rds: support for zcopy completion notificationSowmini Varadhan4-7/+94
2018-02-17sock: permit SO_ZEROCOPY on PF_RDS socketSowmini Varadhan1-11/+14
2018-02-17rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan2-7/+8
2018-02-17skbuff: export mm_[un]account_pinned_pages for other modulesSowmini Varadhan1-2/+4
2018-02-17net: Revert sched action extack support series.David S. Miller3-22/+17
2018-02-16net: sched: act: add extack to initAlexander Aring2-8/+13
2018-02-16net: sched: act: fix code styleAlexander Aring2-9/+9
2018-02-16net: sched: fix unbalance in the error path of tca_action_flush()Davide Caratti1-1/+3
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
2018-02-16tipc: eliminate struct tipc_subscriberJon Maloy4-207/+146
2018-02-16tipc: remove unnecessary function pointersJon Maloy4-37/+20
2018-02-16tipc: remove redundant code in topology serverJon Maloy3-35/+9
2018-02-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-3/+3
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern2-9/+1
2018-02-15net: Make extern and export get_net_ns()Kirill Tkhai1-1/+2
2018-02-14kcm: Call strp_stop before strp_done in kcm_attachTom Herbert1-0/+1
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy4-4/+32
2018-02-14net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern2-23/+3
2018-02-14net: dsa: forward timestamping callbacks to switch driversBrandon Streiff2-0/+66
2018-02-14net: dsa: forward hardware timestamping ioctls to switch driverBrandon Streiff1-0/+29