summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: defer vxlan init as late as possibleCong Wang2013-05-291-1/+1
* vxlan: use unsigned int instead of unsignedCong Wang2013-05-291-4/+4
* vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang2013-05-291-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-251-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/+4Star
* 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/+30Star
* 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/+4Star
* VXLAN: Use IP Tunnels tunnel ENC encap APIPravin B Shelar2013-03-261-24/+2Star
* VXLAN: Fix vxlan stats handling.Pravin B Shelar2013-03-261-65/+7Star
* 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/+1Star
* | VXLAN: Use UDP Tunnel segmention.Pravin B Shelar2013-03-091-3/+18
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+4Star
* 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-141-1/+2
* net/vxlan: Add ethtool drvinfoYan Burman2013-01-311-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-271-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-181-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-3/+7
|\
| * vxlan: Update hard_header_len based on lowerdev when instantiating VXLANAlexander Duyck2012-11-141-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-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-1/+1
|\|
| * vxlan: don't expire permanent entriesstephen hemminger2012-10-311-1/+1
* | vxlan: allow a user to set TTL valueVincent Bernat2012-11-031-0/+3
|/
* vxlan: fix oops when give unknown ifindexstephen hemminger2012-10-111-6/+10
* vxlan: fix receive checksum handlingstephen hemminger2012-10-111-2/+1Star
* vxlan: add additional headroomstephen hemminger2012-10-111-0/+1