aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAge
* vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville2015-05-18
* vxlan: remove the unnecessary codesLi RongQing2015-04-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-14
|\
| * udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-09
* | vxlan: do not exit on error in vxlan_stop()WANG Cong2015-04-08
* | vxlan: fix a shadow local variableWANG Cong2015-04-08
* | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-07
* | vxlan: correct spelling in commentsSimon Horman2015-04-01
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* | vxlan: fix indentationJiri Benc2015-03-31
* | vxlan: simplify if clause in dev_closeMarcelo Ricardo Leitner2015-03-23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20
|\|
| * vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-13
* | vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}Marcelo Ricardo Leitner2015-03-20
* | vxlan: Move socket initialization to within rtnl scopeMarcelo Ricardo Leitner2015-03-18
* | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-18
* | vxlan: Don't set s_addr in vxlan_create_sockSimon Horman2015-03-12
|/
* vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-11
* net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-11
* net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-09
|\
| * vxlan: Wrong type passed to %pISRasmus Villemoes2015-02-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\|
| * vxlan: setup the right link netns in newlink hdlrNicolas Dichtel2015-01-29
* | vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf2015-02-05
* | net: add skb functions to process remote checksum offloadTom Herbert2015-02-04
* | vxlan: advertise link netns in fdb messagesNicolas Dichtel2015-01-27
* | vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-25
* | udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2015-01-25
* | vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel2015-01-23
* | tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-19
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* | vxlan: Only bind to sockets with compatible flags enabledThomas Graf2015-01-15
* | vxlan: Group Policy extensionThomas Graf2015-01-15
* | vxlan: Remote checksum offloadTom Herbert2015-01-14
* | udp: pass udp_offload struct to UDP gro callbacksTom Herbert2015-01-14
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* | vxlan: Improve support for header flagsTom Herbert2015-01-12
* | net: Add Transparent Ethernet Bridging GRO support.Jesse Gross2015-01-02
|/
* vxlan: Fix double free of skb.Pravin B Shelar2014-12-23
* Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner2014-12-11
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-29
|\
| * vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]Alexander Duyck2014-11-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-21
|\|
| * vxlan: Inline vxlan_gso_check().Joe Stringer2014-11-18
| * net: Add vxlan_gso_check() helperJoe Stringer2014-11-14
* | vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-21
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-21