aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/flow_dissector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-25net: make skb an optional parameter for__skb_flow_dissect()WANG Cong1-3/+15
2014-08-25net: fix comments for __skb_flow_get_ports()WANG Cong1-2/+4
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-4/+3
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller1-14/+26
2014-07-07net: Only do flow_dissector hash computation once per packetTom Herbert1-0/+2
2014-07-07flow_dissector: Use IPv6 flow label in flow_dissectorTom Herbert1-0/+17
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert1-24/+5
2014-07-07flow_dissector: Abstract out hash computationTom Herbert1-16/+28
2014-06-23flow_keys: Record IP layer protocol in skb_flow_dissect()Govindarajulu Varadarajan1-0/+1
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-5/+5
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches1-7/+7
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann1-12/+1
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-4/+3
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-3/+7
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert1-3/+3
2013-11-08net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet1-3/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-11-02net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-10-25net: initialize hashrnd in flow_dissector with net_get_random_onceHannes Frederic Sowa1-13/+21
2013-10-03flow_dissector: factor out the ports extraction in skb_flow_get_portsNikolay Aleksandrov1-11/+28
2013-09-30net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2
2013-09-11net: fix multiqueue selectionEric Dumazet1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2013-08-30net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-08-09net: flow_dissector: add 802.1ad supportEric Dumazet1-0/+1
2013-07-30flow_dissector: add support for IPPROTO_IPV6Tom Herbert1-0/+3
2013-07-30flow_dissector: clean up IPIP caseTom Herbert1-1/+2
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann1-0/+57
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-03-20flow_keys: include thoff into flow_keys for later usageDaniel Borkmann1-0/+2
2013-03-12flow_dissector: support L2 GREMichael Dalton1-0/+11
2013-01-21net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang1-0/+173
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet1-2/+3
2012-01-24net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer1-0/+1
2011-11-29flow_dissector: use a 64bit load/storeEric Dumazet1-2/+11
2011-11-28net: introduce skb_flow_dissect()Eric Dumazet1-0/+134