index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
flow_dissector.c
Age
Commit message (
Expand
)
Author
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
2014-03-12
net: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-02-17
netdevice: move netdev_cap_txqueue for shared usage to header
Daniel Borkmann
2014-02-17
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
2014-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-10
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2013-12-17
net: Change skb_get_rxhash to skb_get_hash
Tom Herbert
2013-11-08
net: flow_dissector: small optimizations in IPv4 dissect
Eric Dumazet
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-02
net: flow_dissector: fail on evil iph->ihl
Jason Wang
2013-10-25
net: initialize hashrnd in flow_dissector with net_get_random_once
Hannes Frederic Sowa
2013-10-03
flow_dissector: factor out the ports extraction in skb_flow_get_ports
Nikolay Aleksandrov
2013-09-30
net: flow_dissector: fix thoff for IPPROTO_AH
Eric Dumazet
2013-09-11
net: fix multiqueue selection
Eric Dumazet
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-30
net: revert 8728c544a9c ("net: dev_pick_tx() fix")
Eric Dumazet
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-09
net: flow_dissector: add 802.1ad support
Eric Dumazet
2013-07-30
flow_dissector: add support for IPPROTO_IPV6
Tom Herbert
2013-07-30
flow_dissector: clean up IPIP case
Tom Herbert
2013-03-20
net: flow_dissector: add __skb_get_poff to get a start offset to payload
Daniel Borkmann
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-20
flow_keys: include thoff into flow_keys for later usage
Daniel Borkmann
2013-03-12
flow_dissector: support L2 GRE
Michael Dalton
2013-01-21
net: move rx and tx hash functions to net/core/flow_dissector.c
Cong Wang
2012-07-18
ipv6: add ipv6_addr_hash() helper
Eric Dumazet
2012-01-24
net: flow_dissector.c missing include linux/export.h
Jesper Dangaard Brouer
2011-11-29
flow_dissector: use a 64bit load/store
Eric Dumazet
2011-11-28
net: introduce skb_flow_dissect()
Eric Dumazet