aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme
2014-05-16openvswitch: Use ether_addr_copyJoe Perches
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto
2014-05-16openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto
2014-05-16openvswitch: avoid warnings in vport_from_privDaniele Di Proietto
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-04-24vxlan: add x-netns supportNicolas Dichtel
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-28openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-20openvswitch: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-15openvswitch: Fix race.Jarno Rajahalme
2014-02-15openvswitch: Read tcp flags only then the tranport header is present.Jarno Rajahalme
2014-02-15ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou
2014-02-04openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-09openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2014-01-06ovs: make functions localStephen Hemminger
2014-01-06openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf
2014-01-06openvswitch: Use skb_zerocopy() for upcallThomas Graf
2014-01-06openvswitch: Pass datapath into userspace queue functionsThomas Graf
2014-01-06openvswitch: Drop user features if old user space attempted to create datapathThomas Graf
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf
2014-01-06openvswitch: remove duplicated include from flow_table.cWei Yongjun
2014-01-06net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar
2014-01-06openvswitch: Enable memory mapped Netlink i/oThomas Graf
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou
2014-01-06openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff
2014-01-06openvswitch: Correct comment.Ben Pfaff
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing