summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-191-24/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-14/+26
|\
| * vxlan: fix check for migration of static entrystephen hemminger2013-06-191-1/+1
| * vxlan: handle skb_clone failurestephen hemminger2013-06-171-3/+5
| * vxlan: only migrate dynamic FDB entriesstephen hemminger2013-06-171-4/+12
| * vxlan: fix race between flush and incoming learningstephen hemminger2013-06-171-7/+9
* | vxlan: defer vxlan init as late as possibleCong Wang2013-05-281-1/+1
* | vxlan: use unsigned int instead of unsignedCong Wang2013-05-281-4/+4
* | vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang2013-05-281-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-241-3/+14
|\ \ | |/
| * vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala2013-05-181-3/+14
* | vxlan: listen on multiple portsstephen hemminger2013-05-171-82/+181
|/
* vxlan: do not set SKB_GSO_UDPDmitry Kravkov2013-04-291-1/+1
* vxlan: allow choosing destination port per vxlanstephen hemminger2013-04-291-5/+13
* vxlan: compute source port in network byte orderstephen hemminger2013-04-291-5/+4
* vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger2013-04-291-5/+5
* vxlan: fix byte order issues with NDA_PORTstephen hemminger2013-04-291-13/+15
* vxlan: document UDP default portstephen hemminger2013-04-291-2/+4
* vxlan: update mail address and copyright datestephen hemminger2013-04-291-2/+2
* VXLAN: Allow L2 redirection with L3 switchingDavid Stevens2013-04-221-7/+23
* vxlan: Allow setting destination to unicast address.Atzm Watanabe2013-04-161-43/+30
* vxlan: don't bypass encapsulation for multi- and broadcastsMike Rapoport2013-04-151-1/+2
* vxlan: use htonl when snooping for loopback addressMike Rapoport2013-04-141-1/+2
* vxlan: fix some sparse warningsWei Yongjun2013-04-121-2/+2
* vxlan: Bypass encapsulation if the destination is localSridhar Samudrala2013-04-071-16/+43
* VXLAN: Fix sparse warnings.Pravin B Shelar2013-03-271-5/+4
* VXLAN: Use IP Tunnels tunnel ENC encap APIPravin B Shelar2013-03-261-24/+2
* VXLAN: Fix vxlan stats handling.Pravin B Shelar2013-03-261-65/+7
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+1
* vxlan: generalize forwarding tablesDavid Stevens2013-03-171-57/+206
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-0/+10
|\
| * vxlan: fix oops when delete netns containing vxlanZang MingJie2013-03-071-0/+8
| * reset nf before xmit vxlan encapsulated packetZang MingJie2013-03-061-0/+2
* | tunnel: use iptunnel_xmit() againCong Wang2013-03-101-13/+1
* | VXLAN: Use UDP Tunnel segmention.Pravin B Shelar2013-03-091-3/+18
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-8/+4
* VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar2013-02-251-1/+2
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-131-1/+2
* net/vxlan: Add ethtool drvinfoYan Burman2013-01-301-0/+15
* vxlan: allow live mac address changestephen hemminger2013-01-031-0/+1
* net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman2012-12-261-2/+4
* vxlan: Add capability of Rx checksum offload for inner packetJoseph Gasparakis2012-12-091-2/+14
* vxlan: capture inner headers during encapsulationJoseph Gasparakis2012-12-091-1/+9
* add DOVE extensions for VXLANDavid Stevens2012-11-201-25/+231
* vxlan: remove unused variable.Rami Rosen2012-11-171-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-3/+7
|\
| * vxlan: Update hard_header_len based on lowerdev when instantiating VXLANAlexander Duyck2012-11-131-0/+4
| * vxlan: fix a typo.Rami Rosen2012-11-131-1/+1
| * vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too largeAlexander Duyck2012-11-131-2/+2
* | net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-141-1/+1
OpenPOWER on IntegriCloud