summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-23net: dsa: pass bridge down to driversVivien Didelot1-3/+2
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-5/+9
2016-02-22VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck1-1/+1
2016-02-22lwtunnel: autoload of lwt modulesRobert Shearman1-1/+3
2016-02-18ipv6: Annotate change of locking mechanism for np->optBenjamin Poirier1-2/+6
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+2
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc1-0/+9
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal1-4/+0
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet1-2/+3
2016-02-18route: check and remove route cache when we get routeXin Long1-0/+1
2016-02-18vxlan: keep flags and vni in network byte orderJiri Benc1-11/+59
2016-02-18vxlan: introduce vxlan_hdrJiri Benc1-0/+5
2016-02-18net: pack tc_cls_u32_knode struct slighter betterJohn Fastabend1-2/+2
2016-02-17sctp: remove the unused sctp_datamsg_free()Xin Long1-1/+0
2016-02-17net: tc: helper functions to query action typesJohn Fastabend1-0/+16
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend1-0/+34
2016-02-17ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov1-0/+1
2016-02-17ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2-3/+1
2016-02-17ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2-3/+2
2016-02-17ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2-3/+3
2016-02-17net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2-0/+4
2016-02-17net: use dst_cache for vxlan devicePaolo Abeni1-0/+1
2016-02-17ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-7/+2
2016-02-17net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni1-12/+2
2016-02-17net: add dst_cache supportPaolo Abeni1-0/+97
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2-4/+2
2016-02-12net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree1-1/+2
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov1-0/+1
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov1-0/+1
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov1-0/+1
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov1-0/+2
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek1-1/+4
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek3-10/+21
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek1-0/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek6-8/+9
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+1
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov1-0/+1
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-1/+1
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov2-2/+3
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2-2/+2
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2-2/+4
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2-1/+2
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2-1/+2
2016-02-07vxlan: restructure vxlan.h definitionsJiri Benc1-41/+63
2016-02-07vxlan: remove duplicated macrosJiri Benc1-3/+0