summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12vxlan: Use checksum partial with remote checksum offloadTom Herbert1-6/+19
2015-02-12net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-2/+2
2015-02-12net: Fix remcsum in GRO path to not change packetTom Herbert1-10/+9
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-09vxlan: Wrong type passed to %pISRasmus Villemoes1-1/+1
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2015-02-05vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf1-0/+3
2015-02-05net: add skb functions to process remote checksum offloadTom Herbert1-16/+2
2015-01-30vxlan: setup the right link netns in newlink hdlrNicolas Dichtel1-5/+5
2015-01-28vxlan: advertise link netns in fdb messagesNicolas Dichtel1-2/+3
2015-01-25vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert1-32/+28
2015-01-25udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert1-4/+6
2015-01-24vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel1-0/+5
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+8
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-15vxlan: Only bind to sockets with compatible flags enabledThomas Graf1-11/+18
2015-01-15vxlan: Group Policy extensionThomas Graf1-13/+71
2015-01-14vxlan: Remote checksum offloadTom Herbert1-6/+185
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert1-2/+5
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-13vxlan: Improve support for header flagsTom Herbert1-14/+28
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross1-47/+6
2014-12-24vxlan: Fix double free of skb.Pravin B Shelar1-10/+24
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner1-7/+3
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-2/+2
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-11-25vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX]Alexander Duyck1-2/+2
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+0
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-16/+6
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-6/+6
2014-11-18vxlan: Inline vxlan_gso_check().Joe Stringer1-19/+0
2014-11-15net: Add vxlan_gso_check() helperJoe Stringer1-0/+13
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+21
2014-11-13vxlan: Do not reuse sockets for a different address familyMarcelo Leitner1-10/+19
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+2
2014-11-07vxlan: Fix to enable UDP checksums on interfaceTom Herbert1-0/+3
2014-10-18vxlan: fix a free after useLi RongQing1-0/+1
2014-10-16vxlan: using pskb_may_pull as early as possibleLi RongQing1-4/+2
2014-10-16vxlan: fix a use after free in vxlan_encap_bypassLi RongQing1-3/+5
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-02vxlan: Set inner protocol before transmitTom Herbert1-0/+4
2014-09-23vxlan: Fix bug introduced by commit acbf74a76300Andy Zhou1-5/+5
2014-09-19vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions.Andy Zhou1-83/+22
2014-09-02vxlan: Enable checksum unnecessary conversions for vxlan/UDP socketsTom Herbert1-0/+2
2014-08-30net: Clarification of CHECKSUM_UNNECESSARYTom Herbert1-2/+0
2014-08-23vxlan: fix incorrect initializer in union vxlan_addrGerhard Stenzel1-4/+4
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-29neighbour : fix ndm_type type error issueJun Zhao1-1/+1
2014-07-15vxlan: Call udp_sock_createTom Herbert1-91/+24
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim1-1/+2