aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-19net sched ife action: add 16 bit helpersJamal Hadi Salim2-0/+28
2016-09-19net/mlx5: clean function declarations in eswitch.c upBaoyou Xie2-3/+3
2016-09-19be2net: mark symbols static where possibleBaoyou Xie2-5/+6
2016-09-19phy: mark lan88xx_suspend() staticBaoyou Xie1-1/+1
2016-09-19net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-09-19net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+28
2016-09-19net: ethernet: broadcom: bcm63xx: use phydev from struct net_devicePhilippe Reynes2-18/+14
2016-09-19net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-44/+54
2016-09-19net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2-12/+11
2016-09-19bnxt_en: Fixed the VF link status after a link state changeEddie Wai1-42/+42
2016-09-19bnxt_en: Support for "ethtool -r" commandDeepak Khungar1-0/+20
2016-09-19bnxt_en: Pad TX packets below 52 bytes.Michael Chan1-1/+1
2016-09-19bnxt_en: Call firmware to approve the random VF MAC address.Michael Chan1-2/+7
2016-09-19bnxt_en: Re-arrange bnxt_hwrm_func_qcaps().Michael Chan1-11/+12
2016-09-19bnxt_en: Fix ethtool -l|-L inconsistent channel counts.Michael Chan1-5/+7
2016-09-19bnxt_en: Added support for Secure Firmware UpdateRob Swindell4-14/+182
2016-09-19bnxt_en: Update to firmware interface spec 1.5.1.Michael Chan3-508/+760
2016-09-19bnxt_en: Simplify PCI device names and add additinal PCI IDs.Michael Chan1-32/+36
2016-09-19bnxt_en: Use RSS flags defined in the bnxt_hsi.h file.Michael Chan2-9/+4
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert6-26/+69
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal4-28/+94
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal3-4/+4
2016-09-19sched: remove qdisc arg from __qdisc_dequeue_headFlorian Westphal2-8/+14
2016-09-19sched: don't use skb queue helpersFlorian Westphal3-5/+5
2016-09-19pie: use qdisc_dequeue_head wrapperFlorian Westphal1-1/+1
2016-09-19cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun1-1/+1
2016-09-19net: ethernet: mediatek: add the dts property to set if the HW supports LRONelson Chang1-1/+2
2016-09-19net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRONelson Chang1-0/+236
2016-09-19net: ethernet: mediatek: add HW LRO functions of PDMA RX ringsNelson Chang2-25/+265
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD'sHariprasad Shenai10-694/+385
2016-09-19sctp: Remove some redundant codeChristophe Jaillet1-3/+0
2016-09-19mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer1-1/+1
2016-09-19ipvlan: Introduce l3s modeMahesh Bandewar6-8/+188
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2-5/+48
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2-3/+7
2016-09-18mlxsw: spectrum: Implement offload stats ndo and expose HW stats by defaultNogah Frankel2-7/+127
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel2-4/+116
2016-09-18netdevice: Add offload statistics ndoNogah Frankel1-0/+12
2016-09-18net: r6040: add in missing white space in error message textColin Ian King1-4/+2
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet1-14/+18
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo3-39/+33
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2-4/+7
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long1-25/+22
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long3-19/+13
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long2-10/+14
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long4-3/+20
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long1-39/+14
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov2-0/+310
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov2-8/+106