summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-6/+3Star
|\
| * vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar2013-09-301-6/+3Star
* | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-10-011-1/+1
|/
* vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala2013-09-181-9/+13
* vxlan: Fix sparse warningsJoseph Gasparakis2013-09-161-10/+8Star
* vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis2013-09-051-1/+67
* vxlan: Optimize vxlan rcvPravin B Shelar2013-09-041-1/+6
* tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-041-2/+4
* vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel2013-09-041-4/+4
* iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-041-2/+1Star
* drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-041-4/+3Star
* vxlan: include net/ip6_checksum.h for csum_ipv6_magic()Cong Wang2013-09-031-0/+1
* vxlan: fix flowi6_proto valueCong Wang2013-09-031-1/+1
* vxlan: add ipv6 proxy supportCong Wang2013-09-011-2/+80
* vxlan: add ipv6 route short circuit supportCong Wang2013-09-011-2/+28
* vxlan: add ipv6 supportCong Wang2013-09-011-146/+618
* vxlan: using kfree_rcu() to simplify the codeWei Yongjun2013-08-211-7/+1Star
* vxlan: Add tx-vlan offload support.Pravin B Shelar2013-08-201-1/+15
* vxlan: Improve vxlan headroom calculation.Pravin B Shelar2013-08-201-4/+9
* vxlan: Factor out vxlan send api.Pravin B Shelar2013-08-201-37/+54
* vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar2013-08-201-26/+19Star
* vxlan: Add vxlan recv demux.Pravin B Shelar2013-08-201-36/+67
* vxlan: Restructure vxlan receive.Pravin B Shelar2013-08-201-15/+7Star
* vxlan: Restructure vxlan socket apis.Pravin B Shelar2013-08-201-41/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-171-3/+1Star
|\
| * vxlan: fix a soft lockup in vxlan module removalCong Wang2013-08-091-2/+0Star
| * vxlan: fix a regression of igmp joinCong Wang2013-08-091-1/+1
* | vxlan: fix rcu related warningstephen hemminger2013-08-051-5/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-16/+41
|\|
| * vxlan: fix igmp racesstephen hemminger2013-07-201-15/+38
| * vxlan: unregister on namespace exitstephen hemminger2013-07-201-1/+3
* | vxlan fdb replace an existing entryThomas Richter2013-07-241-0/+38
|/
* vxlan: add necessary locking on device removalstephen hemminger2013-07-171-0/+6
* vxlan: Fix kernel crash on rmmod.Pravin B Shelar2013-07-111-1/+1
* vxlan: fix function name spellingStephen Hemminger2013-06-261-3/+3
* vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport2013-06-251-1/+2
* vxlan: allow removal of single destination from fdb entryMike Rapoport2013-06-251-4/+40
* vxlan: introduce vxlan_fdb_parseMike Rapoport2013-06-251-31/+50
* vxlan: introduce vxlan_fdb_find_rdstMike Rapoport2013-06-251-5/+18
* vxlan: add implicit fdb entry for default destinationMike Rapoport2013-06-251-19/+49
* vxlan: Fix sparse warnings.Pravin B Shelar2013-06-251-2/+2
* vxlan: cosmetic cleanup'sStephen Hemminger2013-06-241-5/+5
* vxlan: Use initializer for dummy structuresStephen Hemminger2013-06-241-13/+11Star
* vxlan: port module param should be ushortStephen Hemminger2013-06-241-2/+2
* vxlan: convert remotes list to list_rcuStephen Hemminger2013-06-241-42/+55
* vxlan: make vxlan_xmit_one voidStephen Hemminger2013-06-241-17/+9Star
* vxlan: move cleanup to uninitStephen Hemminger2013-06-241-11/+13
* vxlan: fix race caused by dropping rtnl_unlockStephen Hemminger2013-06-241-27/+84
* vxlan: send notification when MAC migratesStephen Hemminger2013-06-241-0/+1
* vxlan: move IGMP join/leave to work queueStephen Hemminger2013-06-241-63/+40Star