summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-11-05vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong
2013-10-29vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis
2013-10-29vxlan: silence one build warningZhi Yong Wu
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar
2013-09-18vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala
2013-09-16vxlan: Fix sparse warningsJoseph Gasparakis
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis
2013-09-04vxlan: Optimize vxlan rcvPravin B Shelar
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-09-04drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches
2013-09-03vxlan: include net/ip6_checksum.h for csum_ipv6_magic()Cong Wang
2013-09-03vxlan: fix flowi6_proto valueCong Wang
2013-09-01vxlan: add ipv6 proxy supportCong Wang
2013-09-01vxlan: add ipv6 route short circuit supportCong Wang
2013-09-01vxlan: add ipv6 supportCong Wang
2013-08-20vxlan: using kfree_rcu() to simplify the codeWei Yongjun
2013-08-20vxlan: Add tx-vlan offload support.Pravin B Shelar
2013-08-20vxlan: Improve vxlan headroom calculation.Pravin B Shelar
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar
2013-08-20vxlan: Add vxlan recv demux.Pravin B Shelar
2013-08-20vxlan: Restructure vxlan receive.Pravin B Shelar
2013-08-20vxlan: Restructure vxlan socket apis.Pravin B Shelar
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-09vxlan: fix a soft lockup in vxlan module removalCong Wang
2013-08-09vxlan: fix a regression of igmp joinCong Wang
2013-08-05vxlan: fix rcu related warningstephen hemminger
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-23vxlan fdb replace an existing entryThomas Richter
2013-07-20vxlan: fix igmp racesstephen hemminger
2013-07-20vxlan: unregister on namespace exitstephen hemminger
2013-07-17vxlan: add necessary locking on device removalstephen hemminger
2013-07-11vxlan: Fix kernel crash on rmmod.Pravin B Shelar
2013-06-26vxlan: fix function name spellingStephen Hemminger
2013-06-25vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport
2013-06-25vxlan: allow removal of single destination from fdb entryMike Rapoport
2013-06-25vxlan: introduce vxlan_fdb_parseMike Rapoport
2013-06-25vxlan: introduce vxlan_fdb_find_rdstMike Rapoport
2013-06-25vxlan: add implicit fdb entry for default destinationMike Rapoport
2013-06-25vxlan: Fix sparse warnings.Pravin B Shelar
2013-06-24vxlan: cosmetic cleanup'sStephen Hemminger
2013-06-24vxlan: Use initializer for dummy structuresStephen Hemminger
2013-06-24vxlan: port module param should be ushortStephen Hemminger
2013-06-24vxlan: convert remotes list to list_rcuStephen Hemminger