summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern1-1/+50
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern1-4/+8
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern1-36/+49
2018-01-26net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern3-3/+33
2018-01-26Merge branch 'net-erspan-add-support-for-openvswitch'David S. Miller6-93/+209
2018-01-26openvswitch: add erspan version I and II supportWilliam Tu2-1/+52
2018-01-26net: erspan: create erspan metadata uapi headerWilliam Tu2-30/+54
2018-01-26net: erspan: use bitfield instead of mask and offsetWilliam Tu3-80/+121
2018-01-26Merge branch 'use-tc_cls_can_offload_and_chain0-throughout-the-drivers'David S. Miller14-47/+72
2018-01-26selftests/bpf: check for chain-non-0 extack messageJakub Kicinski1-3/+13
2018-01-26selftests/bpf: check for spurious extacks from the driverJakub Kicinski1-0/+27
2018-01-26mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+2
2018-01-26i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-5/+3
2018-01-26ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-26bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski3-5/+4
2018-01-26mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-8/+2
2018-01-26cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-7/+1
2018-01-26nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-7/+4
2018-01-26netdevsim: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-26pkt_cls: add new tc cls helper to check offload flag and chain indexJakub Kicinski1-0/+14
2018-01-26qed: code indent should use tabs where possibleRohit Visavalia1-5/+5
2018-01-26be2net: networking block comments don't use an empty /* lineRohit Visavalia1-2/+1
2018-01-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller9-231/+328
2018-01-26cxgb4: fix possible deadlockGanesh Goudar1-10/+10
2018-01-26net/ipv6: Do not allow route add with a device that is downDavid Ahern1-0/+6
2018-01-26Merge branch 'net-smc-more-socket-closing-improvements'David S. Miller7-31/+83
2018-01-26net/smc: check for healthy link group resp. connectionsUrsula Braun4-12/+29
2018-01-26net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun2-11/+11
2018-01-26net/smc: do not reuse a linkgroup with setup problemsUrsula Braun2-0/+20
2018-01-26net/smc: terminate link group for ib_post_send problemsUrsula Braun2-2/+10
2018-01-26net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun1-3/+4
2018-01-26net/smc: cancel tx worker in case of socket abortsUrsula Braun1-3/+9
2018-01-26Merge branch 'sfc-support-PTP-on-8000-and-X2000-series-NICs'David S. Miller7-120/+489
2018-01-26sfc: support Medford2 frequency adjustment formatLaurence Evans1-14/+31
2018-01-26sfc: support second + quarter ns time format for receive datapathEdward Cree1-33/+106
2018-01-26sfc: support separate PTP and general timestampingLaurence Evans1-15/+43
2018-01-26sfc: simplify RX datapath timestampingLaurence Evans1-8/+5
2018-01-26sfc: only advertise TX timestamping if we have the license for itMartin Habets2-1/+16
2018-01-26sfc: on 8000 series use TX queues for TX timestampsEdward Cree6-13/+54
2018-01-26sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets2-2/+46
2018-01-26sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets2-0/+29
2018-01-26sfc: use main datapath for HW timestamps if availableMartin Habets2-15/+42
2018-01-26sfc: add function to determine which TX timestamping method to useMartin Habets2-0/+11
2018-01-26sfc: handle TX timestamps in the normal data pathMartin Habets5-9/+119
2018-01-26sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2-30/+7
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai1-18/+44
2018-01-25Bluetooth: btintel: Create common function for firmware downloadTedd Ho-Jeong An4-154/+99
2018-01-25Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller12-399/+173
2018-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-123/+274
2018-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-49/+90