summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-02-17net: tc: helper functions to query action typesJohn Fastabend-0/+16
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend-0/+34
2016-02-16ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov-0/+1
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov-3/+1
2016-02-16ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov-3/+2
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov-3/+3
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni-0/+4
2016-02-16net: use dst_cache for vxlan devicePaolo Abeni-0/+1
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni-7/+2
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni-12/+2
2016-02-16net: add dst_cache supportPaolo Abeni-0/+97
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree-4/+2
2016-02-12net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree-1/+2
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov-0/+1
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov-0/+1
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov-0/+1
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov-0/+2
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek-1/+4
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek-10/+21
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek-0/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek-8/+9
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov-0/+1
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov-2/+3
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov-2/+2
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov-1/+1
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov-1/+1
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov-1/+1
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov-2/+4
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov-1/+2
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov-1/+1
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov-1/+2
2016-02-07vxlan: restructure vxlan.h definitionsJiri Benc-41/+63
2016-02-07vxlan: remove duplicated macrosJiri Benc-3/+0
2016-02-07vxlan: cleanup typesJiri Benc-7/+7
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet-0/+1
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet-0/+1
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-24/+41
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-0/+6
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni-2/+10
2016-01-29tcp: Change reference to experimental CWND RFC.Jörg Thalheim-1/+1
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg-0/+6
2016-01-28sctp: remove the dead field of sctp_transportXin Long-2/+1
2016-01-28sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long-1/+1
2016-01-21net: sock: remove dead cgroup methods from struct protoJohannes Weiner-12/+0
2016-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-5/+3
2016-01-20gro: Make GRO aware of lightweight tunnels.Jesse Gross-0/+18
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov-10/+0
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner-1/+2
2016-01-20netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin-5/+3
2016-01-19soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek-1/+1