Age | Commit message (Expand) | Author | Files | Lines |
2014-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+116 |
2014-03-24 | vxlan: fix nonfunctional neigh_reduce() | David Stevens | 1 | -14/+113 |
2014-03-19 | vxlan: fix potential NULL dereference in arp_reduce() | David Stevens | 1 | -0/+3 |
2014-02-27 | vxlan: remove unused port variable in vxlan_udp_encap_recv() | Pablo Neira Ayuso | 1 | -3/+0 |
2014-02-15 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -9/+1 |
2014-02-02 | vxlan: remove extra newline after function definition | Daniel Baluta | 1 | -1/+0 |
2014-01-31 | net/vxlan: Go over all candidate streams for GRO matching | Or Gerlitz | 1 | -2/+0 |
2014-01-24 | net/vxlan: Share RX skb de-marking and checksum checks with ovs | Or Gerlitz | 1 | -11/+10 |
2014-01-23 | net: vxlan: convert to act as a pernet subsystem | Daniel Borkmann | 1 | -22/+6 |
2014-01-22 | net: Add GRO support for vxlan traffic | Or Gerlitz | 1 | -7/+110 |
2014-01-22 | net: add vxlan description | Jesse Brandeburg | 1 | -0/+1 |
2014-01-18 | net: vxlan: do not use vxlan_net before checking event type | Daniel Borkmann | 1 | -2/+4 |
2014-01-15 | net: vxlan: properly cleanup devs on module unload | Daniel Borkmann | 1 | -5/+5 |
2014-01-15 | net: vxlan: when lower dev unregisters remove vxlan dev as well | Daniel Borkmann | 1 | -2/+46 |
2014-01-15 | vxlan: use __dev_get_by_index instead of dev_get_by_index to find interface | Ying Xue | 1 | -2/+1 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2014-01-07 | vxlan: keep original skb ownership | Eric Dumazet | 1 | -21/+10 |
2014-01-05 | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing | 1 | -5/+6 |
2014-01-04 | {vxlan, inet6} Mark vxlan_dev flags with VXLAN_F_IPV6 properly | fan.du | 1 | -1/+2 |
2013-12-23 | net: vxlan: use custom ndo_change_mtu handler | Daniel Borkmann | 1 | -1/+24 |
2013-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-12-18 | net: Change skb_get_rxhash to skb_get_hash | Tom Herbert | 1 | -1/+1 |
2013-12-11 | vxlan: leave multicast group when vxlan device down | Gao feng | 1 | -6/+21 |
2013-12-11 | vxlan: remove vxlan_group_used in vxlan_open | Gao feng | 1 | -3/+1 |
2013-12-11 | vxlan: release rt when found circular route | Fan Du | 1 | -1/+1 |
2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+8 |
2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+8 |
2013-11-05 | vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) | Duan Jiong | 1 | -1/+1 |
2013-10-29 | vxlan: Have the NIC drivers do less work for offloads | Joseph Gasparakis | 1 | -4/+0 |
2013-10-29 | vxlan: silence one build warning | Zhi Yong Wu | 1 | -17/+14 |
2013-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+3 |
2013-10-01 | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 | Eric W. Biederman | 1 | -1/+1 |
2013-09-30 | vxlan: Use RCU apis to access sk_user_data. | Pravin B Shelar | 1 | -6/+3 |
2013-09-18 | vxlan: Avoid creating fdb entry with NULL destination | Sridhar Samudrala | 1 | -9/+13 |
2013-09-16 | vxlan: Fix sparse warnings | Joseph Gasparakis | 1 | -10/+8 |
2013-09-05 | vxlan: Notify drivers for listening UDP port changes | Joseph Gasparakis | 1 | -1/+67 |
2013-09-04 | vxlan: Optimize vxlan rcv | Pravin B Shelar | 1 | -1/+6 |
2013-09-04 | tunnels: harmonize cleanup done on skb on xmit path | Nicolas Dichtel | 1 | -2/+4 |
2013-09-04 | vxlan: remove net arg from vxlan[6]_xmit_skb() | Nicolas Dichtel | 1 | -4/+4 |
2013-09-04 | iptunnels: remove net arg from iptunnel_xmit() | Nicolas Dichtel | 1 | -2/+1 |
2013-09-04 | drivers/net: Convert uses of compare_ether_addr to ether_addr_equal | Joe Perches | 1 | -4/+3 |
2013-09-03 | vxlan: include net/ip6_checksum.h for csum_ipv6_magic() | Cong Wang | 1 | -0/+1 |
2013-09-03 | vxlan: fix flowi6_proto value | Cong Wang | 1 | -1/+1 |
2013-09-01 | vxlan: add ipv6 proxy support | Cong Wang | 1 | -2/+80 |
2013-09-01 | vxlan: add ipv6 route short circuit support | Cong Wang | 1 | -2/+28 |
2013-09-01 | vxlan: add ipv6 support | Cong Wang | 1 | -146/+618 |
2013-08-21 | vxlan: using kfree_rcu() to simplify the code | Wei Yongjun | 1 | -7/+1 |
2013-08-20 | vxlan: Add tx-vlan offload support. | Pravin B Shelar | 1 | -1/+15 |
2013-08-20 | vxlan: Improve vxlan headroom calculation. | Pravin B Shelar | 1 | -4/+9 |
2013-08-20 | vxlan: Factor out vxlan send api. | Pravin B Shelar | 1 | -37/+54 |