summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Bluetooth: btwilink: remove DEBUG defineLeo Yan1-1/+1
2015-05-13net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unsetPablo Neira1-8/+0
2015-05-13Merge branch 'packet_rollover'David S. Miller3-28/+163
2015-05-13packet: rollover statisticsWillem de Bruijn3-1/+28
2015-05-13packet: rollover huge flows before small flowsWillem de Bruijn2-3/+24
2015-05-13packet: rollover lock contention avoidanceWillem de Bruijn2-7/+32
2015-05-13packet: rollover only to socket with headroomWillem de Bruijn1-17/+59
2015-05-13packet: rollover prepare: per-socket stateWillem de Bruijn2-4/+23
2015-05-13packet: rollover prepare: move code out of callsitesWillem de Bruijn1-9/+10
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet1-1/+1
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet1-1/+1
2015-05-13Merge branch 'cls_flower'David S. Miller20-298/+1285
2015-05-13tc: introduce Flower classifierJiri Pirko4-0/+729
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko7-15/+18
2015-05-13flow_dissector: introduce support for Ethernet addressesJiri Pirko2-0/+25
2015-05-13flow_dissector: introduce support for ipv6 addresssesJiri Pirko2-8/+34
2015-05-13flow_dissector: add missing header includesJiri Pirko1-0/+3
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko12-146/+229
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-13Merge branch 'sfc-next'David S. Miller1-12/+22
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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller410-4555/+5358
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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds102-645/+1838
2015-05-13net: Remove remaining remnants of pm_qos from netdevice.hDavid Ahern1-3/+0
2015-05-13e1000e: Add pm_qos headerDavid Ahern1-0/+1
2015-05-13net: make skb_dst_pop routine staticYing Xue2-12/+12
2015-05-13net: phy: micrel: Fix regression in kszphy_probeNiklas Cassel1-1/+2
2015-05-13net: ll_temac: Fix DMA map size bugMichal Simek1-2/+2
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-13x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov1-0/+28
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