summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-111-0/+2
* sock: struct proto hash function may errorCraig Gallek2016-02-116-8/+9
* bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov2016-02-091-0/+1
* ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov2016-02-072-2/+3
* ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2016-02-072-2/+2
* ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov2016-02-072-1/+1
* ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov2016-02-072-1/+1
* ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov2016-02-072-1/+1
* ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-072-2/+4
* ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-072-1/+2
* ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov2016-02-072-1/+1
* ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2016-02-072-1/+2
* vxlan: restructure vxlan.h definitionsJiri Benc2016-02-071-41/+63
* vxlan: remove duplicated macrosJiri Benc2016-02-071-3/+0Star
* vxlan: cleanup typesJiri Benc2016-02-071-7/+7
* tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet2016-02-061-0/+1
* tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet2016-02-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-02-028-24/+41
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-311-0/+6
| |\
| | * Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-291-0/+6
| * | ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2016-01-301-2/+10
| * | tcp: Change reference to experimental CWND RFC.Jörg Thalheim2016-01-291-1/+1
| * | sctp: remove the dead field of sctp_transportXin Long2016-01-291-2/+1Star
| * | sctp: fix the transport dead race check by using atomic_add_unless on refcntXin Long2016-01-291-1/+1
| * | net: sock: remove dead cgroup methods from struct protoJohannes Weiner2016-01-211-12/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-01-211-5/+3Star
| |\ \
| | * | netfilter: nf_conntrack: use safer way to lock all bucketsSasha Levin2016-01-201-5/+3Star
| | |/
| * | gro: Make GRO aware of lightweight tunnels.Jesse Gross2016-01-211-0/+18
| * | soreuseport: fix NULL ptr dereference SO_REUSEPORT after bindCraig Gallek2016-01-191-1/+1
* | | net: drop tcp_memcontrol.cVladimir Davydov2016-01-211-10/+0Star
* | | mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner2016-01-211-1/+2
|/ /
* | tcp_memcontrol: Forward declare cgroup_subsys and mem_cgroup stuctsGeert Uytterhoeven2016-01-171-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-151-3/+16
|\ \
| * | ipv6: update skb->csum when CE mark is propagatedEric Dumazet2016-01-151-3/+16
| |/
* | mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-151-7/+0Star
* | net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-153-24/+6Star
* | net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-152-58/+11Star
* | net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2016-01-151-3/+5
* | net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2016-01-151-36/+3Star
* | net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner2016-01-151-15/+4Star
* | net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner2016-01-151-4/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-121-1/+1
|\
| * udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
* | net, sched: add skb_at_tc_ingress helperDaniel Borkmann2016-01-101-0/+9
* | ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov2016-01-102-2/+4
* | ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov2016-01-102-2/+4
* | ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov2016-01-102-2/+5
* | switchdev: Adding MDB entry offloadElad Raz2016-01-101-0/+11
* | ipv4: eliminate endianness warnings in ip_fib.hLance Richardson2016-01-091-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-092-5/+12
|\ \