summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2015-03-13vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev
2015-02-11vxlan: Use checksum partial with remote checksum offloadTom Herbert
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-08vxlan: Wrong type passed to %pISRasmus Villemoes
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert
2015-01-29vxlan: setup the right link netns in newlink hdlrNicolas Dichtel
2015-01-27vxlan: advertise link netns in fdb messagesNicolas Dichtel
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert
2015-01-23vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15vxlan: Only bind to sockets with compatible flags enabledThomas Graf
2015-01-15vxlan: Group Policy extensionThomas Graf
2015-01-14vxlan: Remote checksum offloadTom Herbert
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-12vxlan: Improve support for header flagsTom Herbert
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross
2014-12-23vxlan: Fix double free of skb.Pravin B Shelar
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-25vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]Alexander Duyck
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer
2014-11-14net: Add vxlan_gso_check() helperJoe Stringer
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-13vxlan: Do not reuse sockets for a different address familyMarcelo Leitner
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross
2014-11-06vxlan: Fix to enable UDP checksums on interfaceTom Herbert
2014-10-17vxlan: fix a free after useLi RongQing
2014-10-15vxlan: using pskb_may_pull as early as possibleLi RongQing
2014-10-15vxlan: fix a use after free in vxlan_encap_bypassLi RongQing
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-01vxlan: Set inner protocol before transmitTom Herbert
2014-09-23vxlan: Fix bug introduced by commit acbf74a76300Andy Zhou
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou
2014-09-01vxlan: Enable checksum unnecessary conversions for vxlan/UDP socketsTom Herbert
2014-08-29net: Clarification of CHECKSUM_UNNECESSARYTom Herbert
2014-08-22vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-28neighbour : fix ndm_type type error issueJun Zhao
2014-07-14vxlan: Call udp_sock_createTom Herbert