summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-13fix missing copy_from_user in macvtapJustin Cormack1-1/+4
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman7-37/+39
2015-05-13Merge branch 'switchdev-cleanups'David S. Miller4-9/+14
2015-05-13switchdev: apply review comments on documentationScott Feldman1-2/+5
2015-05-13switchdev: align comment with other comments in blockScott Feldman1-1/+1
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman2-5/+6
2015-05-13switchdev: sparse warning: make __switchdev_port_obj_add staticScott Feldman1-1/+2
2015-05-13net: make skb_dst_pop routine staticYing Xue2-12/+12
2015-05-13test_bpf: add 173 new testcases for eBPFMichael Holzheu2-0/+2202
2015-05-13samples/bpf: fix in-source build of samples with clangBrenden Blanco1-1/+1
2015-05-13cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai9-147/+235
2015-05-13hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan1-16/+27
2015-05-13pktgen: fix packet generationAlexei Starovoitov1-1/+10
2015-05-13Merge branch 'systemport-irq-coalesce'David S. Miller2-1/+64
2015-05-13net: systemport: Implement RX coalescing control knobsFlorian Fainelli2-7/+22
2015-05-13net: systemport: Implement TX coalescing control knobsFlorian Fainelli1-0/+48
2015-05-13net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_que...Denys Vlasenko2-13/+12
2015-05-13macvtap add missing ioctls - fix wrappingJustin Cormack1-0/+29
2015-05-13Merge branch 'switchdev_spring_cleanup'David S. Miller17-742/+1723
2015-05-13switchdev: bring documentation up-to-dateScott Feldman1-59/+355
2015-05-13rocker: make checkpatch -f cleanScott Feldman2-24/+23
2015-05-13switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman5-12/+4
2015-05-13switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman3-56/+55
2015-05-13switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman3-14/+3
2015-05-13switchdev: add new switchdev_port_bridge_getlinkScott Feldman2-0/+38
2015-05-13bridge: revert br_dellink change back to originalScott Feldman1-10/+1
2015-05-13switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman2-45/+0
2015-05-13switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman3-2/+3
2015-05-13switchdev: add new switchdev_port_bridge_dellinkScott Feldman2-12/+18
2015-05-13bridge: restore br_setlink back to originalScott Feldman1-10/+1
2015-05-13switchdev: remove old switchdev_port_bridge_setlinkScott Feldman2-39/+0
2015-05-13switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman3-43/+3
2015-05-13switchdev: add new switchdev bridge setlinkScott Feldman1-11/+140
2015-05-13switchdev: add bridge port flags attrScott Feldman2-0/+27
2015-05-13rocker: use switchdev add/del obj for bridge port vlansScott Feldman1-7/+123
2015-05-13switchdev: add port vlan objScott Feldman1-0/+8
2015-05-13switchdev: introduce switchdev add/del obj opsScott Feldman2-0/+138
2015-05-13switchdev: convert STP update to switchdev attr setScott Feldman5-50/+31
2015-05-13rocker: support prepare-commit transaction modelScott Feldman1-249/+451
2015-05-13switchdev: convert parent_id_get to switchdev attr getScott Feldman6-57/+51
2015-05-13switchdev: introduce get/set attrs opsScott Feldman2-0/+212
2015-05-13switchdev: s/swdev_/switchdev_/Jiri Pirko5-58/+59
2015-05-13switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko11-171/+166
2015-05-13net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward2-5/+26
2015-05-13ARM: net: add JIT support for loads from struct seccomp_data.Nicolas Schichan1-0/+10
2015-05-12Merge branch 'netdev_page_frags'David S. Miller12-171/+223
2015-05-12bnx2x, tg3: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck2-2/+2
2015-05-12hisilicon: Replace put_page(virt_to_head_page()) with skb_free_frag()Alexander Duyck1-1/+1
2015-05-12e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck1-12/+7
2015-05-12mvneta: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_fragAlexander Duyck1-1/+1