summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明2015-07-111-90/+107
* tcp: do not export tcp_init_xmit_timers()Eric Dumazet2015-07-101-1/+0Star
* bridge: mdb: fill state in br_mdb_notifyNikolay Aleksandrov2015-07-103-5/+7
* route: remove unsed variable in __mkroute_inputMasatake YAMATO2015-07-101-2/+1Star
* ipv6: Nonlocal bindTom Herbert2015-07-104-3/+14
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-107-25/+18Star
* inet: simplify timewait refcountingEric Dumazet2015-07-103-62/+17Star
* ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-103-7/+7
* tcp: update congestion state first before raising cwndYuchung Cheng2015-07-091-4/+4
* tcp: do not slow start when cwnd equals ssthreshYuchung Cheng2015-07-093-5/+3Star
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-0910-13/+13
* net: skb_defer_rx_timestamp should check for phydev before setting up classifyAlexander Duyck2015-07-091-1/+5
* tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell2015-07-092-10/+7Star
* net_sched: act_mirred: remove spinlock in fast pathEric Dumazet2015-07-081-27/+30
* net_sched: act_gact: remove spinlock in fast pathEric Dumazet2015-07-081-10/+7Star
* net_sched: act_gact: read tcfg_ptype onceEric Dumazet2015-07-081-7/+7
* net_sched: act_gact: use a separate packet counters for gact_determ()Eric Dumazet2015-07-081-1/+3
* net_sched: act_gact: make tcfg_pval non zeroEric Dumazet2015-07-081-3/+9
* net: sched: add percpu stats to actionsEric Dumazet2015-07-0812-21/+54
* net: sched: extend percpu stats helpersEric Dumazet2015-07-081-2/+2
* tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng2015-07-081-14/+15
* tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng2015-07-081-6/+8
* ipv6: Make MLD packets to only be processed locallyAngga2015-07-031-3/+3
* netlink: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
* net-RDS: Delete an unnecessary check before the function call "module_put"Markus Elfring2015-07-031-1/+1
* net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring2015-07-031-4/+1Star
* bridge: vlan: fix usage of vlan 0 and 4095 againNikolay Aleksandrov2015-07-021-0/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-07-022-2/+3
|\
| * Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An2015-06-301-2/+2
| * Bluetooth: hidp: Initialize list header of hidp session userTedd Ho-Jeong An2015-06-261-0/+1
* | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-021-8/+1Star
|\ \
| * | netfilter: don't use module_init/exit in core IPV4 codePaul Gortmaker2015-06-161-8/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-0112-32/+33
|\ \ \
| * | | sock_diag: don't broadcast kernel socketsCraig Gallek2015-06-301-1/+1
| * | | sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-06-291-1/+3
| * | | dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef2015-06-291-1/+1
| * | | net: Kill sock->sk_protinfoDavid Miller2015-06-292-7/+0Star
| * | | ax25: Stop using sock->sk_protinfo.David Miller2015-06-292-16/+16
| * | | flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()Geert Uytterhoeven2015-06-291-1/+1
| * | | ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek2015-06-291-2/+2
| * | | tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-293-1/+7
| | |/ | |/|
| * | net: sched: flower fix typoJamal Hadi Salim2015-06-251-2/+2
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-013-6/+6
|\ \ \
| * | | module: add per-module param_lockDan Streetman2015-06-231-2/+2
| * | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-282-4/+4
* | | | Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-2713-198/+129Star
|\ \ \ \ | |_|/ / |/| | |
| * | | sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-221-6/+2Star
| * | | rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever2015-06-047-48/+69
| * | | svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever2015-06-042-7/+1Star
| * | | svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2015-06-042-27/+7Star