aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/vicam (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13flow_dissector: introduce programable flow_dissectorJiri Pirko2-0/+109
2015-05-13flow_dissector: fix doc for skb_get_poffJiri Pirko1-2/+6
2015-05-13net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2-78/+78
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko4-31/+31
2015-05-13net: move __skb_get_hash function declaration to flow_dissector.hJiri Pirko2-1/+1
2015-05-13flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko1-5/+5
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko4-4/+5
2015-05-13flow_dissector: remove unused function flow_get_hlen declarationJiri Pirko1-3/+0
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko9-12/+19
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree1-11/+16
2015-05-13sfc: nicer log message on PTP probe failEdward Cree1-1/+6
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal5-30/+5
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