Age | Commit message (Expand) | Author | Files | Lines |
2015-09-01 | flow_dissector: Use 'const' where possible. | David S. Miller | 1 | -38/+41 |
2015-09-01 | flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c | David S. Miller | 1 | -0/+35 |
2015-09-01 | flow_dissector: Don't use bit fields. | David S. Miller | 1 | -7/+7 |
2015-09-01 | flow_dissector: Ignore flow dissector return value from ___skb_get_hash | Tom Herbert | 1 | -9/+3 |
2015-09-01 | flow_dissector: Add control/reporting of encapsulation | Tom Herbert | 1 | -0/+15 |
2015-09-01 | flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen | Tom Herbert | 1 | -1/+4 |
2015-09-01 | flow_dissector: Add flag to stop parsing at L3 | Tom Herbert | 1 | -0/+6 |
2015-09-01 | flow_dissector: Support IPv6 fragment header | Tom Herbert | 1 | -0/+25 |
2015-09-01 | flow_dissector: Add control/reporting of fragmentation | Tom Herbert | 1 | -2/+13 |
2015-09-01 | flow_dissector: Add flags argument to skb_flow_dissector functions | Tom Herbert | 1 | -3/+4 |
2015-09-01 | flow_dissector: Jump to exit code in __skb_flow_dissect | Tom Herbert | 1 | -26/+25 |
2015-09-01 | skbuff: Make __skb_set_sw_hash a general function | Tom Herbert | 1 | -12/+6 |
2015-07-31 | net: Add functions to get skb->hash based on flow structures | Tom Herbert | 1 | -4/+54 |
2015-06-28 | flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect() | Geert Uytterhoeven | 1 | -1/+1 |
2015-06-12 | flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs | Eric Dumazet | 1 | -2/+4 |
2015-06-12 | flow_dissector: add support for dst, hop-by-hop and routing ext hdrs | Tom Herbert | 1 | -0/+17 |
2015-06-12 | flow_dissector: Fix MPLS entropy label handling in flow dissector | Tom Herbert | 1 | -2/+2 |
2015-06-04 | mpls: Add MPLS entropy label in flow_keys | Tom Herbert | 1 | -0/+35 |
2015-06-04 | net: Add GRE keyid in flow_keys | Tom Herbert | 1 | -1/+23 |
2015-06-04 | net: Add IPv6 flow label to flow_keys | Tom Herbert | 1 | -19/+10 |
2015-06-04 | net: Add VLAN ID to flow_keys | Tom Herbert | 1 | -0/+14 |
2015-06-04 | net: Get rid of IPv6 hash addresses flow keys | Tom Herbert | 1 | -17/+0 |
2015-06-04 | net: Add keys for TIPC address | Tom Herbert | 1 | -5/+13 |
2015-06-04 | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 1 | -19/+97 |
2015-06-04 | net: Get skb hash over flow_keys structure | Tom Herbert | 1 | -13/+41 |
2015-06-04 | net: Remove superfluous setting of key_basic | Tom Herbert | 1 | -6/+0 |
2015-06-04 | net: Simplify GRE case in flow_dissector | Tom Herbert | 1 | -22/+22 |
2015-05-22 | flow_dissector: do not break if ports are not needed in flowlabel | Jiri Pirko | 1 | -7/+7 |
2015-05-17 | flow_dissector: remove bogus return in tipc section | Jiri Pirko | 1 | -1/+0 |
2015-05-13 | flow_dissector: change port array into src, dst tuple | Jiri Pirko | 1 | -2/+2 |
2015-05-13 | flow_dissector: introduce support for Ethernet addresses | Jiri Pirko | 1 | -0/+12 |
2015-05-13 | flow_dissector: introduce support for ipv6 addressses | Jiri Pirko | 1 | -8/+21 |
2015-05-13 | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko | 1 | -61/+138 |
2015-05-13 | flow_dissector: introduce programable flow_dissector | Jiri Pirko | 1 | -0/+48 |
2015-05-13 | flow_dissector: fix doc for skb_get_poff | Jiri Pirko | 1 | -2/+6 |
2015-05-13 | net: move netdev_pick_tx and dependencies to net/core/dev.c | Jiri Pirko | 1 | -78/+0 |
2015-05-13 | net: move __skb_tx_hash to dev.c | Jiri Pirko | 1 | -28/+0 |
2015-05-13 | flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines | Jiri Pirko | 1 | -5/+5 |
2015-05-13 | net: change name of flow_dissector header to match the .c file name | Jiri Pirko | 1 | -1/+1 |
2015-05-04 | net: Add flow_keys digest | Tom Herbert | 1 | -0/+27 |
2015-05-04 | net: Add skb_get_hash_perturb | Tom Herbert | 1 | -8/+30 |
2015-02-04 | xps: fix xps for stacked devices | Eric Dumazet | 1 | -1/+6 |
2015-01-26 | flow_dissector: add tipc support | Erik Hugne | 1 | -0/+14 |
2014-10-10 | flow-dissector: Fix alignment issue in __skb_flow_get_ports | Alexander Duyck | 1 | -13/+23 |
2014-09-05 | net: Add function for parsing the header length out of linear ethernet frames | Alexander Duyck | 1 | -14/+32 |
2014-08-25 | net: make skb an optional parameter for__skb_flow_dissect() | WANG Cong | 1 | -3/+15 |
2014-08-25 | net: fix comments for __skb_flow_get_ports() | WANG Cong | 1 | -2/+4 |
2014-08-23 | net: use reciprocal_scale() helper | Daniel Borkmann | 1 | -4/+3 |
2014-08-23 | net: Allow raw buffers to be passed into the flow dissector. | David S. Miller | 1 | -14/+26 |
2014-07-07 | net: Only do flow_dissector hash computation once per packet | Tom Herbert | 1 | -0/+2 |