summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Check for backported __wsum and __sum16.Jesse Gross2010-09-082-5/+3
* datapath: Include net/udp.h in vport-capwap.cSimon Horman2010-08-301-0/+1
* datapath: Include linux/version.h in action.h for LINUX_VERSIONSimon Horman2010-08-301-0/+1
* treewide: Use pr_fmt and pr_<level>Joe Perches2010-08-308-28/+45
* datapath: Add compat functions for pr_*.Jesse Gross2010-08-301-0/+31
* treewide: Remove trailing whitespaceJoe Perches2010-08-3014-26/+26
* datapath: Avoid accesses past the end of skbuff data in actions.Ben Pfaff2010-08-272-55/+72
* datapath: Fix default value of skb transport_header.Ben Pfaff2010-08-271-2/+12
* datapath: Avoid pskb_may_pull() checks where not needed.Ben Pfaff2010-08-271-7/+4
* datapath: Report memory allocation errors in flow_extract().Ben Pfaff2010-08-272-15/+64
* Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff2010-08-263-15/+52
* datapath: Free up flow_extract() return value for reporting errors.Ben Pfaff2010-08-263-10/+12
* datapath: Remove skb->len >= ETH_HLEN check from flow_extract().Ben Pfaff2010-08-261-5/+11
* datapath: Use 'bool' instead of 'int' where appropriate.Ben Pfaff2010-08-261-7/+7
* datapath: Use min() instead of open-coding it.Ben Pfaff2010-08-261-1/+1
* datapath: Unconditionally call kfree_skb()Simon Horman2010-08-241-2/+1
* datapath: Add support for CAPWAP UDP transport.Jesse Gross2010-08-246-0/+663
* datapath: Add support for tunnel fragmentation.Jesse Gross2010-08-243-22/+76
* datapath: Abstract tunneling implementation from GRE.Jesse Gross2010-08-245-1142/+1292
* datapath: struct brport_attribute no longer has an owner elementSimon Horman2010-08-231-0/+10
* datapath: Use rtnl_link_stats64Simon Horman2010-08-231-0/+6
* datapath: use rx_handler_data pointerSimon Horman2010-08-233-9/+33
* datapath: Take a rcu_dereference() in netdev_get_vport()Simon Horman2010-08-231-1/+1
* datapath: rtable may not have a u. memberSimon Horman2010-08-231-5/+11
* datapath: Handle duplicate netdev in netdev_rx_handler_register()Simon Horman2010-08-232-5/+2
* datapath: dont use non-existent receive hooksSimon Horman2010-08-232-8/+48
* datpath: Avoid reporting half updated statistics.Jesse Gross2010-08-204-12/+45
* gre: Don't require incoming checksum.Jesse Gross2010-08-201-8/+3
* datapath: Fix handling of 802.1Q and SNAP headers.Ben Pfaff2010-08-101-44/+56
* datapath: Detect and suppress flows that are implicated in loops.Ben Pfaff2010-08-032-38/+64
* datapath: Inline flow_cast().Ben Pfaff2010-08-022-6/+5
* datapath: Don't track IP TOS value two different ways.Ben Pfaff2010-08-023-11/+5
* datapath: Remove netdev_alloc_skb_ip_align() compat code.Jesse Gross2010-08-021-13/+0
* datapath: Fix build with backported netdev_alloc_skb_ip_align()Alexey I. Froloff2010-08-021-2/+2
* datapath: Clean-up previous undefined symbol commitJustin Pettit2010-07-313-11/+5
* datapath: Fix undefined symbol "set_normalized_timespec"Justin Pettit2010-07-312-0/+47
* vport-internal: Set vport to NULL when detaching.Jesse Gross2010-07-303-41/+97
* vport: Make dp_port->vport always valid.Jesse Gross2010-07-302-5/+1
* datapath: Remove dead code.Jesse Gross2010-07-304-252/+2
* datapath: Remove redundant checks on SKBs.Jesse Gross2010-07-303-6/+4
* datapath: Catch missed formatting changes.Jesse Gross2010-07-291-4/+2
* datapath: Don't query time for every packet.Jesse Gross2010-07-263-18/+50
* datapath: Don't update flow key when applying actions.Jesse Gross2010-07-152-35/+18
* datapath: Don't set tunnel_id in a function.Jesse Gross2010-07-151-8/+1
* gre: Use struct for parsing GRE header.Jesse Gross2010-07-151-15/+18
* gre: Wait for an RCU grace period before freeing port.Jesse Gross2010-07-151-2/+10
* vport: Use DEFINE_PER_CPU instead of dynamically allocating loop counter.Jesse Gross2010-07-151-12/+3
* datapath: Put return type on same line as arguments for functions.Jesse Gross2010-07-1512-357/+203
* vport: Use EBUSY to represent already attached device.Jesse Gross2010-07-151-1/+1
* datapath: Make checksum offsets unsigned.Jesse Gross2010-07-151-1/+1