summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-031-11/+3
* tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-0311-490/+159
* tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-032-2/+2
* tcp: get_openreq[46]() changesEric Dumazet2015-10-032-7/+8
* tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet2015-10-031-2/+0
* tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet2015-10-032-14/+12
* tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet2015-10-032-2/+2
* tcp: move synflood_warned into struct request_sock_queueEric Dumazet2015-10-031-4/+3
* tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-033-8/+8
* tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-032-14/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-0214-74/+70
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-10-0110-42/+76
| |\
| | * net: Initialize flow flags in input pathDavid Ahern2015-09-292-0/+2
| | * net: dsa: fix preparation of a port STP updateVivien Didelot2015-09-291-3/+8
| | * skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-291-4/+5
| | * net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
| | * net sysfs: Print link speed as signed integerAlexander Stein2015-09-291-2/+1
| | * af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole2015-09-291-1/+14
| | * net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko2015-09-281-9/+11
| | * l2tp: protect tunnel->del_work by ref_countAlexander Couzens2015-09-281-2/+9
| | * sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2015-09-281-19/+23
| | * sctp: Whitespace fixKarl Heiss2015-09-281-2/+2
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-015-35/+2
| |\ \ | | |/ | |/|
| | * xprtrdma: Replace global lkey with lkey local to PDChuck Lever2015-09-255-35/+2
* | | bridge: vlan: don't pass flags when creating context onlyNikolay Aleksandrov2015-10-011-1/+1
* | | bridge: vlan: fix possible null ptr derefs on port init and deinitNikolay Aleksandrov2015-10-012-7/+12
* | | bridge: vlan: move pvid inside net_bridge_vlan_groupNikolay Aleksandrov2015-10-015-118/+75
* | | bridge: vlan: fix possible null vlgrp deref while registering new portNikolay Aleksandrov2015-10-011-1/+3
* | | bridge: vlan: adjust rhashtable initial size and hash locks sizeNikolay Aleksandrov2015-10-011-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-2933-561/+491
|\ \ \
| * | | bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman2015-09-292-16/+14
| * | | ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman2015-09-295-7/+6
| * | | ipv4: Pass struct net into ip_route_me_harderEric W. Biederman2015-09-297-9/+10
| * | | netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman2015-09-291-7/+9
| * | | netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman2015-09-293-3/+3
| * | | ipv4: Push struct net down into nf_send_resetEric W. Biederman2015-09-294-4/+4
| * | | Merge tag 'ipvs2-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2015-09-2517-515/+445
| |\ \ \
| | * | | ipvs: Pass ipvs into ip_vs_gather_fragsEric W. Biederman2015-09-241-4/+5
| | * | | ipvs: Remove skb_sknetEric W. Biederman2015-09-241-15/+10
| | * | | ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman2015-09-242-8/+6
| | * | | ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman2015-09-242-8/+4
| | * | | ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_rerouteEric W. Biederman2015-09-241-8/+7
| | * | | ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6Eric W. Biederman2015-09-241-8/+7
| | * | | ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6Eric W. Biederman2015-09-241-22/+14
| | * | | ipvs: Pass ipvs into ip_vs_inEric W. Biederman2015-09-241-9/+5
| | * | | ipvs: Pass ipvs into ip_vs_outEric W. Biederman2015-09-241-9/+6
| | * | | ipvs: Pass ipvs not net into sysctl_nat_icmp_sendEric W. Biederman2015-09-241-4/+3
| | * | | ipvs: Simplify ipvs and net access in ip_vs_leaveEric W. Biederman2015-09-241-6/+2
| | * | | ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leaveEric W. Biederman2015-09-241-10/+3
| | * | | ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_statsEric W. Biederman2015-09-241-2/+2