summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2013-06-24vxlan: send notification when MAC migratesStephen Hemminger
2013-06-24vxlan: move IGMP join/leave to work queueStephen Hemminger
2013-06-24vxlan: fix crash from work pending on module removalStephen Hemminger
2013-06-24vxlan: fix out of order operation on module removalStephen Hemminger
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19vxlan: fix check for migration of static entrystephen hemminger
2013-06-17vxlan: handle skb_clone failurestephen hemminger
2013-06-17vxlan: only migrate dynamic FDB entriesstephen hemminger
2013-06-17vxlan: fix race between flush and incoming learningstephen hemminger
2013-05-29vxlan: defer vxlan init as late as possibleCong Wang
2013-05-29vxlan: use unsigned int instead of unsignedCong Wang
2013-05-29vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-18vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala
2013-05-17vxlan: listen on multiple portsstephen hemminger
2013-04-29vxlan: do not set SKB_GSO_UDPDmitry Kravkov
2013-04-29vxlan: allow choosing destination port per vxlanstephen hemminger
2013-04-29vxlan: compute source port in network byte orderstephen hemminger
2013-04-29vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger
2013-04-29vxlan: fix byte order issues with NDA_PORTstephen hemminger
2013-04-29vxlan: document UDP default portstephen hemminger
2013-04-29vxlan: update mail address and copyright datestephen hemminger
2013-04-22VXLAN: Allow L2 redirection with L3 switchingDavid Stevens
2013-04-16vxlan: Allow setting destination to unicast address.Atzm Watanabe
2013-04-15vxlan: don't bypass encapsulation for multi- and broadcastsMike Rapoport
2013-04-14vxlan: use htonl when snooping for loopback addressMike Rapoport
2013-04-12vxlan: fix some sparse warningsWei Yongjun
2013-04-07vxlan: Bypass encapsulation if the destination is localSridhar Samudrala
2013-03-27VXLAN: Fix sparse warnings.Pravin B Shelar
2013-03-26VXLAN: Use IP Tunnels tunnel ENC encap APIPravin B Shelar
2013-03-26VXLAN: Fix vxlan stats handling.Pravin B Shelar
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar
2013-03-17vxlan: generalize forwarding tablesDavid Stevens
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-10tunnel: use iptunnel_xmit() againCong Wang
2013-03-09VXLAN: Use UDP Tunnel segmention.Pravin B Shelar
2013-03-07vxlan: fix oops when delete netns containing vxlanZang MingJie
2013-03-06reset nf before xmit vxlan encapsulated packetZang MingJie
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-25VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich
2013-01-31net/vxlan: Add ethtool drvinfoYan Burman
2013-01-03vxlan: allow live mac address changestephen hemminger
2012-12-26net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman
2012-12-09vxlan: Add capability of Rx checksum offload for inner packetJoseph Gasparakis
2012-12-09vxlan: capture inner headers during encapsulationJoseph Gasparakis
2012-11-20add DOVE extensions for VXLANDavid Stevens
2012-11-18vxlan: remove unused variable.Rami Rosen
2012-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller