summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2016-11-22net: dsa: mv88e6xxx: Add stats_get_sset_count|string to ops structureAndrew Lunn
2016-11-22net: dsa: mv88e6xxx: Add mv88e6390 statistics unit initAndrew Lunn
2016-11-22net: dsa: mv88e6xxx: Add mv88e6390 stats snapshot operationAndrew Lunn
2016-11-22net: dsa: mv88e6xxx: Add comment about family a device belongs toAndrew Lunn
2016-11-22net: dsa: mv88e6xxx: Abstract stats_snapshot into ops structureAndrew Lunn
2016-11-22net: dsa: mv88e6xxx: Add the mv88e6390 familyAndrew Lunn
2016-11-22net: dsa: mv88e6xxx: Fix unused variable warning by using variableAndrew Lunn
2016-11-22net: dsa: mv88e6xxx: Take switch out of reset before probeAndrew Lunn
2016-11-21net: ieee802154: constify ieee802154_ops structuresBhumika Goyal
2016-11-21geneve: Optimize geneve device lookup.pravin shelar
2016-11-21geneve: Remove redundant socket checks.pravin shelar
2016-11-21geneve: Merge ipv4 and ipv6 geneve_build_skb()pravin shelar
2016-11-21geneve: Unify LWT and netdev handling.pravin shelar
2016-11-21driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_...Gao Feng
2016-11-21mlx4: avoid unnecessary dirtying of critical fieldsEric Dumazet
2016-11-21bnx2: use READ_ONCE() instead of barrier()Eric Dumazet
2016-11-21bpf, mlx5: drop priv->xdp_prog reference on netdev cleanupDaniel Borkmann
2016-11-21bpf, mlx5: fix various refcount issues in mlx5e_xdp_setDaniel Borkmann
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann
2016-11-20net: dsa: mv88e6xxx: Hold the mutex while freeing g1 interruptsAndrew Lunn
2016-11-20net: dsa: mv88e6xxx: Fix releasing for the global2 interruptsAndrew Lunn
2016-11-20net: dsa: mv88e6xxx: Fix cleanup on error for g1 interrupt setupAndrew Lunn
2016-11-20net: dsa: mv88e6xxx: Mask g1 interrupts and free interruptAndrew Lunn
2016-11-20net: dsa: mv88e6xxx: Fix unconditional irq freeingAndrew Lunn
2016-11-20net: dsa: mv88e6xxx: Fix typos when removing g1 interruptsAndrew Lunn
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme
2016-11-19virtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb().Jarno Rajahalme
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai
2016-11-18liquidio CN23XX: bitwise vs logical AND typoDan Carpenter
2016-11-18lan78xx: relocate mdix setting to phy driverWoojung Huh
2016-11-18net: dsa: mv88e6xxx: Select IRQ_DOMAINFlorian Fainelli
2016-11-18net: marvell: Allow drivers to be built with COMPILE_TESTFlorian Fainelli
2016-11-18net: fsl: Allow most drivers to be built with COMPILE_TESTFlorian Fainelli
2016-11-18net: gianfar_ptp: Rename FS bit to FIPERSTFlorian Fainelli
2016-11-18amd-xgbe: Update connection validation for backplane modeLendacky, Thomas
2016-11-18net: phy: Add downshift get/set support in Microsemi PHYs driverRaju Lakkaraju
2016-11-18net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman
2016-11-18net/mlx5: Set driver version into firmwareHuy Nguyen
2016-11-18net/mlx5e: Add port module event counters to ethtool statsHuy Nguyen
2016-11-18net/mlx5: Add handling for port module eventHuy Nguyen
2016-11-18net/mlx5: Make the command interface cache more flexibleMohamad Haj Yahia
2016-11-18sfc: remove Software TSOEdward Cree
2016-11-18sfc: handle failure to allocate TSOv2 contextsEdward Cree
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward
2016-11-18sfc: Update EF10 register definitionsEdward Cree
2016-11-18sfc: Update MCDI protocol definitionsEdward Cree
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-17net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin
2016-11-17net: stmmac: replace hardcoded function name by __func__LABBE Corentin
2016-11-17net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin