aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2010-10-05brcompat_mod: Check if user has CAP_NET_ADMIN in ioctl handlerVivien Bernet-Rollande
2010-10-05datapath: Check IS_ERR() in do_execute().Jesse Gross
2010-10-05datapath: Increase maximum number of actions per flow.Ben Pfaff
2010-08-30datapath: Include net/udp.h in vport-capwap.cSimon Horman
2010-08-30datapath: Include linux/version.h in action.h for LINUX_VERSIONSimon Horman
2010-08-30treewide: Use pr_fmt and pr_<level>Joe Perches
2010-08-30datapath: Add compat functions for pr_*.Jesse Gross
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-27datapath: Avoid accesses past the end of skbuff data in actions.Ben Pfaff
2010-08-27datapath: Fix default value of skb transport_header.Ben Pfaff
2010-08-27datapath: Avoid pskb_may_pull() checks where not needed.Ben Pfaff
2010-08-27datapath: Report memory allocation errors in flow_extract().Ben Pfaff
2010-08-26Add Nicira extension to OpenFlow for dropping spoofed ARP packets.Ben Pfaff
2010-08-26datapath: Free up flow_extract() return value for reporting errors.Ben Pfaff
2010-08-26datapath: Remove skb->len >= ETH_HLEN check from flow_extract().Ben Pfaff
2010-08-26datapath: Use 'bool' instead of 'int' where appropriate.Ben Pfaff
2010-08-26datapath: Use min() instead of open-coding it.Ben Pfaff
2010-08-24datapath: Unconditionally call kfree_skb()Simon Horman
2010-08-24datapath: Add support for CAPWAP UDP transport.Jesse Gross
2010-08-24datapath: Add support for tunnel fragmentation.Jesse Gross
2010-08-24datapath: Abstract tunneling implementation from GRE.Jesse Gross
2010-08-23datapath: struct brport_attribute no longer has an owner elementSimon Horman
2010-08-23datapath: Use rtnl_link_stats64Simon Horman
2010-08-23datapath: use rx_handler_data pointerSimon Horman
2010-08-23datapath: Take a rcu_dereference() in netdev_get_vport()Simon Horman
2010-08-23datapath: rtable may not have a u. memberSimon Horman
2010-08-23datapath: Handle duplicate netdev in netdev_rx_handler_register()Simon Horman
2010-08-23datapath: dont use non-existent receive hooksSimon Horman
2010-08-20datpath: Avoid reporting half updated statistics.Jesse Gross
2010-08-20gre: Don't require incoming checksum.Jesse Gross
2010-08-10datapath: Fix handling of 802.1Q and SNAP headers.Ben Pfaff
2010-08-03datapath: Detect and suppress flows that are implicated in loops.Ben Pfaff
2010-08-02datapath: Inline flow_cast().Ben Pfaff
2010-08-02datapath: Don't track IP TOS value two different ways.Ben Pfaff
2010-08-02datapath: Remove netdev_alloc_skb_ip_align() compat code.Jesse Gross
2010-08-02datapath: Fix build with backported netdev_alloc_skb_ip_align()Alexey I. Froloff
2010-07-31datapath: Clean-up previous undefined symbol commitJustin Pettit
2010-07-31datapath: Fix undefined symbol "set_normalized_timespec"Justin Pettit
2010-07-30vport-internal: Set vport to NULL when detaching.Jesse Gross
2010-07-30vport: Make dp_port->vport always valid.Jesse Gross
2010-07-30datapath: Remove dead code.Jesse Gross
2010-07-30datapath: Remove redundant checks on SKBs.Jesse Gross
2010-07-29datapath: Catch missed formatting changes.Jesse Gross
2010-07-26datapath: Don't query time for every packet.Jesse Gross
2010-07-15datapath: Don't update flow key when applying actions.Jesse Gross
2010-07-15datapath: Don't set tunnel_id in a function.Jesse Gross
2010-07-15gre: Use struct for parsing GRE header.Jesse Gross
2010-07-15gre: Wait for an RCU grace period before freeing port.Jesse Gross
2010-07-15vport: Use DEFINE_PER_CPU instead of dynamically allocating loop counter.Jesse Gross
2010-07-15datapath: Put return type on same line as arguments for functions.Jesse Gross