aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/actions.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16openvswitch: Use ether_addr_copyJoe Perches1-2/+2
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-12-17net: Add utility functions to clear rxhashTom Herbert1-5/+5
2013-08-26openvswitch: Add SCTP supportJoe Stringer1-0/+39
2013-08-23openvswitch: Mega flow implementationAndy Zhou1-2/+4
2013-08-14openvswitch: Reset tunnel key between input and output.Jesse Gross1-0/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-0/+4
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar1-0/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-3/+3
2013-02-22openvswitch: fix the calculation of checksum for vlan headerCong Wang1-2/+2
2012-11-26openvswitch: add skb mark matching and set actionAnsis Atteka1-0/+4
2012-11-13openvswitch: add ipv6 'set' actionAnsis Atteka1-0/+93
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-2/+2
2012-09-03openvswitch: Increase maximum number of datapath ports.Pravin B Shelar1-1/+1
2012-09-02openvswitch: Fix typoJoe Stringer1-1/+1
2012-07-27Revert "openvswitch: potential NULL deref in sample()"Jesse Gross1-3/+0
2012-07-23openvswitch: potential NULL deref in sample()Dan Carpenter1-0/+3
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian1-1/+1
2012-03-07openvswitch: Fix checksum update for actions on UDP packets.Jesse Gross1-12/+32
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross1-0/+415