summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner1-7/+3
2014-11-19vxlan: Do not reuse sockets for a different address familyMarcelo Leitner1-10/+18
2014-11-05vxlan: fix a free after useLi RongQing1-0/+1
2014-11-05vxlan: using pskb_may_pull as early as possibleLi RongQing1-4/+2
2014-11-05vxlan: fix a use after free in vxlan_encap_bypassLi RongQing1-3/+5
2014-10-17vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel1-4/+4
2014-06-23vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-04-18net: vxlan: fix crash when interface is created with no groupMike Rapoport1-1/+5
2014-04-18vxlan: fix nonfunctional neigh_reduce()David Stevens1-14/+113
2014-04-18vxlan: fix potential NULL dereference in arp_reduce()David Stevens1-0/+3
2014-02-06net/vxlan: Share RX skb de-marking and checksum checks with ovsOr Gerlitz1-11/+9
2014-01-16vxlan: release rt when found circular routeFan Du1-1/+1
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar1-6/+3
2013-09-18vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala1-9/+13
2013-09-16vxlan: Fix sparse warningsJoseph Gasparakis1-10/+8
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis1-1/+67
2013-09-04vxlan: Optimize vxlan rcvPravin B Shelar1-1/+6
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-2/+4
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel1-4/+4
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-09-04drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-4/+3
2013-09-03vxlan: include net/ip6_checksum.h for csum_ipv6_magic()Cong Wang1-0/+1
2013-09-03vxlan: fix flowi6_proto valueCong Wang1-1/+1
2013-09-01vxlan: add ipv6 proxy supportCong Wang1-2/+80
2013-09-01vxlan: add ipv6 route short circuit supportCong Wang1-2/+28
2013-09-01vxlan: add ipv6 supportCong Wang1-146/+618
2013-08-21vxlan: using kfree_rcu() to simplify the codeWei Yongjun1-7/+1
2013-08-20vxlan: Add tx-vlan offload support.Pravin B Shelar1-1/+15
2013-08-20vxlan: Improve vxlan headroom calculation.Pravin B Shelar1-4/+9
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar1-37/+54
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar1-26/+19
2013-08-20vxlan: Add vxlan recv demux.Pravin B Shelar1-36/+67
2013-08-20vxlan: Restructure vxlan receive.Pravin B Shelar1-15/+7
2013-08-20vxlan: Restructure vxlan socket apis.Pravin B Shelar1-41/+51
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2013-08-09vxlan: fix a soft lockup in vxlan module removalCong Wang1-2/+0
2013-08-09vxlan: fix a regression of igmp joinCong Wang1-1/+1
2013-08-05vxlan: fix rcu related warningstephen hemminger1-5/+11
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+41
2013-07-24vxlan fdb replace an existing entryThomas Richter1-0/+38
2013-07-20vxlan: fix igmp racesstephen hemminger1-15/+38
2013-07-20vxlan: unregister on namespace exitstephen hemminger1-1/+3
2013-07-17vxlan: add necessary locking on device removalstephen hemminger1-0/+6
2013-07-11vxlan: Fix kernel crash on rmmod.Pravin B Shelar1-1/+1
2013-06-26vxlan: fix function name spellingStephen Hemminger1-3/+3
2013-06-25vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport1-1/+2
2013-06-25vxlan: allow removal of single destination from fdb entryMike Rapoport1-4/+40
2013-06-25vxlan: introduce vxlan_fdb_parseMike Rapoport1-31/+50
2013-06-25vxlan: introduce vxlan_fdb_find_rdstMike Rapoport1-5/+18
2013-06-25vxlan: add implicit fdb entry for default destinationMike Rapoport1-19/+49