aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller68-162/+729
2018-01-23ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2-0/+23
2018-01-23ixgbe: ipsec offload statsShannon Nelson4-1/+10
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson5-9/+112
2018-01-23ixgbe: process the Rx ipsec offloadShannon Nelson3-2/+115
2018-01-23ixgbe: restore offloaded SAs after a resetShannon Nelson3-0/+44
2018-01-23ixgbe: add ipsec offload add and remove SAShannon Nelson3-1/+399
2018-01-23ixgbe: add ipsec data structuresShannon Nelson2-0/+45
2018-01-23ixgbe: add ipsec engine start and stop routinesShannon Nelson1-0/+142
2018-01-23ixgbe: add ipsec register access routinesShannon Nelson5-0/+222
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-32/+128
2018-01-23ixgbe: clean up ipsec definesShannon Nelson1-13/+7
2018-01-23sctp: reset ret in again path in sctp_for_each_transportXin Long1-1/+2
2018-01-23bnx2: remove redundant initializations of pointers txr and rxrColin Ian King1-2/+2
2018-01-23forcedeth: remove duplicate structure member in rxZhu Yanjun1-6/+7
2018-01-23Merge branch 'Kernel-doc-fixes-for-networking'David S. Miller3-4/+5
2018-01-23net: core: Fix kernel-doc for netdev_upper_link()Florian Fainelli1-0/+2
2018-01-23net: core: Fix kernel-doc for call_netdevice_notifiers_info()Florian Fainelli1-1/+0
2018-01-23net: phy: sfp: Fix kernel doc warningFlorian Fainelli1-1/+1
2018-01-23net: core: Fix kernel-doc for carrier_* attributesFlorian Fainelli1-2/+2
2018-01-23net: aquantia: make symbol hw_atl_boards staticWei Yongjun1-1/+1
2018-01-23net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun1-1/+3
2018-01-23nfp: fix error return code in nfp_pci_probe()Wei Yongjun1-0/+1
2018-01-23nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann1-6/+10
2018-01-22nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings1-3/+3
2018-01-22tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang1-2/+0
2018-01-22orangefs: initialize op on loop restart in orangefs_devreq_readMartin Brandenburg1-1/+2
2018-01-22orangefs: use list_for_each_entry_safe in purge_waiting_opsMartin Brandenburg1-2/+2
2018-01-22Merge branch 'net-sched-add-extack-support-for-cls-offloads'David S. Miller10-51/+95
2018-01-22nfp: bpf: use extack support to improve debuggingQuentin Monnet3-18/+39
2018-01-22nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet3-6/+9
2018-01-22net: sched: create tc_can_offload_extack() wrapperQuentin Monnet1-0/+11
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet5-12/+15
2018-01-22net: sched: cls_bpf: plumb extack support in filter for hardware offloadQuentin Monnet1-6/+8
2018-01-22net: sched: cls_u32: propagate extack support for filter offloadQuentin Monnet1-5/+5
2018-01-22net: sched: cls_matchall: propagate extack support for filter offloadQuentin Monnet1-2/+4
2018-01-22net: sched: cls_flower: propagate extack support for filter offloadQuentin Monnet1-2/+4
2018-01-22tls: Correct length of scatterlist in tls_sw_sendpageDave Watson1-0/+2
2018-01-22hv_netvsc: Use the num_online_cpus() for channel limitHaiyang Zhang1-9/+2
2018-01-22be2net: restore properly promisc mode after queues reconfigurationIvan Vecera1-0/+9
2018-01-22net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta1-2/+2
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
2018-01-22cxgb3: assign port id to net_device->dev_portArjun Vynipadath1-0/+1
2018-01-22bridge: return boolean instead of integer in br_multicast_is_routerGustavo A. R. Silva1-1/+1
2018-01-22net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli6-7/+39
2018-01-22Merge branch 'hns3-new-features'David S. Miller5-1/+545
2018-01-22net: hns3: add net status led support for fiber portJian Shen3-0/+113
2018-01-22net: hns3: add ethtool -p support for fiber portJian Shen4-0/+104
2018-01-22net: hns3: add manager table initialization for hardwareFuyun Liang2-0/+123
2018-01-22net: hns3: add support for get_regsFuyun Liang4-1/+205