summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/actions.c
AgeCommit message (Expand)AuthorLines
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme-138/+235
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-2/+2
2014-12-23openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar-1/+2
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+6
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko-77/+9
2014-11-21net: move make_writable helper into common codeJiri Pirko-25/+14
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko-1/+3
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko-7/+2
2014-11-14openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross-2/+6
2014-11-14openvswitch: Fix memory leak.Pravin B Shelar-2/+0
2014-11-09openvswitch: Constify various function argumentsThomas Graf-3/+4
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar-2/+1
2014-11-09openvswitch: Optimize recirc action.Pravin B Shelar-45/+106
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang-0/+19
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab-4/+1
2014-11-05openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou-14/+11
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman-1/+105
2014-10-28datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman-8/+3
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross-2/+3
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou-6/+197
2014-09-15openvswitch: simplify sample action implementationAndy Zhou-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar-2/+1
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar-10/+12
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc-0/+5
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou-0/+2
2014-07-24openvswitch: Sample action without side effectsSimon Horman-11/+37
2014-06-29openvswitch: Fix a double free bug for the sample actionAndy Zhou-0/+2
2014-05-16openvswitch: Use ether_addr_copyJoe Perches-2/+2
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2013-12-17net: Add utility functions to clear rxhashTom Herbert-5/+5
2013-08-26openvswitch: Add SCTP supportJoe Stringer-0/+39
2013-08-23openvswitch: Mega flow implementationAndy Zhou-2/+4
2013-08-14openvswitch: Reset tunnel key between input and output.Jesse Gross-0/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar-0/+4
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar-0/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy-3/+3
2013-02-22openvswitch: fix the calculation of checksum for vlan headerCong Wang-2/+2
2012-11-26openvswitch: add skb mark matching and set actionAnsis Atteka-0/+4
2012-11-13openvswitch: add ipv6 'set' actionAnsis Atteka-0/+93
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-2/+2
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar-1/+1
2012-09-02openvswitch: Fix typoJoe Stringer-1/+1
2012-07-27Revert "openvswitch: potential NULL deref in sample()"Jesse Gross-3/+0
2012-07-23openvswitch: potential NULL deref in sample()Dan Carpenter-0/+3
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian-1/+1
2012-03-07openvswitch: Fix checksum update for actions on UDP packets.Jesse Gross-12/+32
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross-0/+415