aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-07net: make default TX queue length a defined constantJesper Dangaard Brouer2-1/+4
2016-11-07Merge branch 'udp-fwd-mem-sched-on-dequeue'David S. Miller11-40/+71
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni9-33/+63
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni4-7/+8
2016-11-07net: Update raw socket bind to consider l3 domainDavid Ahern1-1/+9
2016-11-07Merge branch 'ns2-amac'David S. Miller11-32/+222
2016-11-07arm64: dts: NS2: add AMAC ethernet supportJon Mason2-0/+17
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason3-2/+58
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason4-25/+56
2016-11-07Documentation: devicetree: net: add NS2 bindings to amacJon Mason1-5/+11
2016-11-07net: phy: broadcom: Add BCM54810 PHY entryJon Mason3-2/+67
2016-11-07Documentation: devicetree: add PHY lane swap bindingJon Mason1-0/+4
2016-11-07net: phy: broadcom: add bcm54xx_auxctl_readJon Mason2-0/+11
2016-11-06Merge branch 'dwmac-sti-refactor-cleanup'David S. Miller1-29/+58
2016-11-06stmmac: dwmac-sti: remove unused priv dev memberJoachim Eastwood1-2/+0
2016-11-06stmmac: dwmac-sti: clean up and rename sti_dwmac_initJoachim Eastwood1-6/+4
2016-11-06stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handlingJoachim Eastwood1-4/+15
2016-11-06stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_dataJoachim Eastwood1-3/+3
2016-11-06stmmac: dwmac-sti: add PM ops and resume functionJoachim Eastwood1-10/+37
2016-11-06stmmac: dwmac-sti: remove clk NULL checksJoachim Eastwood1-6/+4
2016-11-06stmmac: dwmac-sti: remove useless of_node checkJoachim Eastwood1-3/+0
2016-11-06Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-374/+819
2016-11-05mlxsw: Remove unused including <generated/utsrelease.h>Wei Yongjun3-3/+0
2016-11-04ixgbevf: Handle previously-freed msix_entriesMark Rustad1-2/+7
2016-11-04ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transport headersSowmini Varadhan1-0/+17
2016-11-04ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan1-1/+1
2016-11-04ixgbe: Correct X550 phy IDDon Skidmore2-2/+4
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore3-97/+255
2016-11-04ixgbe: set device if before calling get_invariantsEmil Tantilov1-4/+6
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov5-90/+124
2016-11-04ixgbe: remove SFP ixfi supportEmil Tantilov1-65/+11
2016-11-04ixgbe: Handle previously-freed msix_entriesMark Rustad1-0/+3
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore7-8/+232
2016-11-04ixgbe: fix link status check for copper X550emEmil Tantilov1-8/+13
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov3-56/+33
2016-11-04ixgbe: Update setup PHY link to unset all speedsDon Skidmore1-39/+38
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore8-2/+57
2016-11-04ixgbe: Add X552 iXFI configuration helper functionDon Skidmore1-34/+52
2016-11-04Merge branch 'nfp-ring-reconfig-and-xdp-support'David S. Miller9-294/+869
2016-11-04nfp: add support for offload of XDP programsJakub Kicinski6-6/+139
2016-11-04nfp: remove unnecessary parameters from nfp_net_bpf_offload()Jakub Kicinski3-7/+3
2016-11-04nfp: add XDP support in the driverJakub Kicinski4-101/+449
2016-11-04debugfs: constify argument to debugfs_real_fops()Jakub Kicinski1-1/+2
2016-11-04nfp: reorganize nfp_net_rx() to get packet offsets earlyJakub Kicinski1-26/+30
2016-11-04nfp: add support for ethtool .set_channelsJakub Kicinski4-22/+123
2016-11-04nfp: move RSS indirection table init into a separate functionJakub Kicinski1-5/+10
2016-11-04nfp: add helper to reassign rings to IRQ vectorsJakub Kicinski1-24/+16
2016-11-04nfp: loosen relation between rings and IRQs vectorsJakub Kicinski1-6/+6
2016-11-04nfp: reuse ring helpers on .ndo_open() pathJakub Kicinski1-40/+20
2016-11-04nfp: rename ring allocation helpersJakub Kicinski1-13/+13