index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
flow_dissector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flow_dissector: remove bogus return in tipc section
Jiri Pirko
2015-05-17
1
-1
/
+0
*
flow_dissector: change port array into src, dst tuple
Jiri Pirko
2015-05-13
1
-2
/
+2
*
flow_dissector: introduce support for Ethernet addresses
Jiri Pirko
2015-05-13
1
-0
/
+12
*
flow_dissector: introduce support for ipv6 addressses
Jiri Pirko
2015-05-13
1
-8
/
+21
*
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
2015-05-13
1
-61
/
+138
*
flow_dissector: introduce programable flow_dissector
Jiri Pirko
2015-05-13
1
-0
/
+48
*
flow_dissector: fix doc for skb_get_poff
Jiri Pirko
2015-05-13
1
-2
/
+6
*
net: move netdev_pick_tx and dependencies to net/core/dev.c
Jiri Pirko
2015-05-13
1
-78
/
+0
*
net: move __skb_tx_hash to dev.c
Jiri Pirko
2015-05-13
1
-28
/
+0
*
flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines
Jiri Pirko
2015-05-13
1
-5
/
+5
*
net: change name of flow_dissector header to match the .c file name
Jiri Pirko
2015-05-13
1
-1
/
+1
*
net: Add flow_keys digest
Tom Herbert
2015-05-04
1
-0
/
+27
*
net: Add skb_get_hash_perturb
Tom Herbert
2015-05-04
1
-8
/
+30
*
xps: fix xps for stacked devices
Eric Dumazet
2015-02-04
1
-1
/
+6
*
flow_dissector: add tipc support
Erik Hugne
2015-01-26
1
-0
/
+14
*
flow-dissector: Fix alignment issue in __skb_flow_get_ports
Alexander Duyck
2014-10-10
1
-13
/
+23
*
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2014-09-05
1
-14
/
+32
*
net: make skb an optional parameter for__skb_flow_dissect()
WANG Cong
2014-08-25
1
-3
/
+15
*
net: fix comments for __skb_flow_get_ports()
WANG Cong
2014-08-25
1
-2
/
+4
*
net: use reciprocal_scale() helper
Daniel Borkmann
2014-08-23
1
-4
/
+3
*
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
2014-08-23
1
-14
/
+26
*
net: Only do flow_dissector hash computation once per packet
Tom Herbert
2014-07-07
1
-0
/
+2
*
flow_dissector: Use IPv6 flow label in flow_dissector
Tom Herbert
2014-07-07
1
-0
/
+17
*
net: Call skb_get_hash in get_xps_queue and __skb_tx_hash
Tom Herbert
2014-07-07
1
-24
/
+5
*
flow_dissector: Abstract out hash computation
Tom Herbert
2014-07-07
1
-16
/
+28
*
flow_keys: Record IP layer protocol in skb_flow_dissect()
Govindarajulu Varadarajan
2014-06-23
1
-0
/
+1
*
net: Rename skb->rxhash to skb->hash
Tom Herbert
2014-03-26
1
-5
/
+5
*
net: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
1
-7
/
+7
*
netdevice: move netdev_cap_txqueue for shared usage to header
Daniel Borkmann
2014-02-17
1
-12
/
+1
*
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
2014-02-17
1
-4
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-14
1
-3
/
+7
|
\
|
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
1
-3
/
+7
*
|
net: Change skb_get_rxhash to skb_get_hash
Tom Herbert
2013-12-17
1
-3
/
+3
|
/
*
net: flow_dissector: small optimizations in IPv4 dissect
Eric Dumazet
2013-11-08
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-04
1
-1
/
+1
|
\
|
*
net: flow_dissector: fail on evil iph->ihl
Jason Wang
2013-11-02
1
-1
/
+1
*
|
net: initialize hashrnd in flow_dissector with net_get_random_once
Hannes Frederic Sowa
2013-10-25
1
-13
/
+21
*
|
flow_dissector: factor out the ports extraction in skb_flow_get_ports
Nikolay Aleksandrov
2013-10-03
1
-11
/
+28
|
/
*
net: flow_dissector: fix thoff for IPPROTO_AH
Eric Dumazet
2013-09-30
1
-2
/
+2
*
net: fix multiqueue selection
Eric Dumazet
2013-09-11
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-09-05
1
-8
/
+3
|
\
|
*
net: revert 8728c544a9c ("net: dev_pick_tx() fix")
Eric Dumazet
2013-08-30
1
-8
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
net: flow_dissector: add 802.1ad support
Eric Dumazet
2013-08-09
1
-0
/
+1
*
|
flow_dissector: add support for IPPROTO_IPV6
Tom Herbert
2013-07-30
1
-0
/
+3
*
|
flow_dissector: clean up IPIP case
Tom Herbert
2013-07-30
1
-1
/
+2
|
/
*
net: flow_dissector: add __skb_get_poff to get a start offset to payload
Daniel Borkmann
2013-03-20
1
-0
/
+57
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-20
1
-0
/
+2
|
\
|
*
flow_keys: include thoff into flow_keys for later usage
Daniel Borkmann
2013-03-20
1
-0
/
+2
*
|
flow_dissector: support L2 GRE
Michael Dalton
2013-03-12
1
-0
/
+11
|
/
[next]