aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-18vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville1-1/+1
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-05-05vxlan: Correctly set flow*i_mark and flow4i_proto in route lookupsThomas Graf1-0/+3
2015-04-22vxlan: remove the unnecessary codesLi RongQing1-5/+1
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+10
2015-04-09udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-10/+10
2015-04-08vxlan: do not exit on error in vxlan_stop()WANG Cong1-4/+1
2015-04-08vxlan: fix a shadow local variableWANG Cong1-1/+0
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-6/+8
2015-04-01vxlan: correct spelling in commentsSimon Horman1-3/+3
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-9/+7
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-11/+11
2015-03-31vxlan: fix indentationJiri Benc1-44/+44
2015-03-23vxlan: simplify if clause in dev_closeMarcelo Ricardo Leitner1-1/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-03-20vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}Marcelo Ricardo Leitner1-2/+2
2015-03-18vxlan: Move socket initialization to within rtnl scopeMarcelo Ricardo Leitner1-102/+51
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-1/+4
2015-03-13vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev1-2/+2
2015-03-12vxlan: Don't set s_addr in vxlan_create_sockSimon Horman1-1/+0
2015-02-11vxlan: Use checksum partial with remote checksum offloadTom Herbert1-6/+19
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-2/+2
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert1-10/+9
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-08vxlan: Wrong type passed to %pISRasmus Villemoes1-1/+1
2015-02-05Merge 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-04net: add skb functions to process remote checksum offloadTom Herbert1-16/+2
2015-01-29vxlan: setup the right link netns in newlink hdlrNicolas Dichtel1-5/+5
2015-01-27vxlan: advertise link netns in fdb messagesNicolas Dichtel1-2/+3
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert1-32/+28
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert1-4/+6
2015-01-23vxlan: 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-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-12vxlan: Improve support for header flagsTom Herbert1-14/+28
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross1-47/+6
2014-12-23vxlan: 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-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-2/+2
2014-11-29Merge 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-21Merge 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