aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
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-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-12net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern1-3/+0
2015-05-12e1000e: Add pm_qos headerDavid Ahern1-0/+1
2015-05-12net: make skb_dst_pop routine staticYing Xue2-12/+12
2015-05-12net: phy: micrel: Fix regression in kszphy_probeNiklas Cassel1-1/+2
2015-05-12net: ll_temac: Fix DMA map size bugMichal Simek1-2/+2
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu2-0/+2202
2015-05-12samples/bpf: fix in-source build of samples with clangBrenden Blanco1-1/+1
2015-05-12x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov1-0/+28
2015-05-12cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROSHariprasad Shenai9-147/+235
2015-05-12hv_netvsc: Use the xmit_more skb flag to optimize signaling the hostKY Srinivasan1-16/+27
2015-05-12pktgen: fix packet generationAlexei Starovoitov1-1/+10
2015-05-12net: systemport: Implement RX coalescing control knobsFlorian Fainelli2-7/+22
2015-05-12net: systemport: Implement TX coalescing control knobsFlorian Fainelli1-0/+48
2015-05-12net: deinline netif_tx_stop_all_queues(), remove WARN_ON in netif_tx_stop_queue()Denys Vlasenko2-13/+12
2015-05-12macvtap add missing ioctls - fix wrappingJustin Cormack1-0/+29
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel1-1/+1
2015-05-12switchdev: bring documentation up-to-dateScott Feldman1-59/+355
2015-05-12rocker: make checkpatch -f cleanScott Feldman2-24/+23
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman5-12/+4
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman3-56/+55
2015-05-12switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman3-14/+3
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman2-0/+38
2015-05-12bridge: revert br_dellink change back to originalScott Feldman1-10/+1
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman2-45/+0
2015-05-12switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman3-2/+3
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman2-12/+18
2015-05-12bridge: restore br_setlink back to originalScott Feldman1-10/+1
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman2-39/+0
2015-05-12switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman3-43/+3
2015-05-12switchdev: add new switchdev bridge setlinkScott Feldman1-11/+140
2015-05-12switchdev: add bridge port flags attrScott Feldman2-0/+27
2015-05-12rocker: use switchdev add/del obj for bridge port vlansScott Feldman1-7/+123
2015-05-12switchdev: add port vlan objScott Feldman1-0/+8
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman2-0/+138
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman5-50/+31
2015-05-12rocker: support prepare-commit transaction modelScott Feldman1-249/+451
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman6-57/+51
2015-05-12switchdev: introduce get/set attrs opsScott Feldman2-0/+212
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko5-58/+59
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko11-171/+166
2015-05-12net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward2-5/+26
2015-05-12ARM: net: add JIT support for loads from struct seccomp_data.Nicolas Schichan1-0/+10
2015-05-12infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> usesJoe Perches3-5/+4
2015-05-12IB/qib: fix test of unsigned variableMike Marciniszyn2-2/+3