summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern2018-02-221-0/+2
* tcp_bbr: better deal with suboptimal GSOEric Dumazet2018-02-221-4/+5
* netlink: put module reference if dump start failsJason A. Donenfeld2018-02-221-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-2154-300/+310
|\
| * netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet2018-02-191-3/+6
| * netfilter: xt_hashlimit: fix lock imbalanceEric Dumazet2018-02-161-1/+1
| * netfilter: nat: cope with negative port rangePaolo Abeni2018-02-141-2/+5
| * netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni2018-02-141-5/+5
| * netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-1434-104/+116
| * netfilter: x_tables: use pr ratelimiting in matches/targetsFlorian Westphal2018-02-143-33/+40
| * netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal2018-02-144-8/+8
| * netfilter: bridge: use pr ratelimitingFlorian Westphal2018-02-142-7/+7
| * netfilter: xt_set: use pr ratelimitingFlorian Westphal2018-02-141-25/+25
| * netfilter: xt_NFQUEUE: use pr ratelimitingFlorian Westphal2018-02-141-3/+5
| * netfilter: xt_CT: use pr ratelimitingFlorian Westphal2018-02-141-12/+13
| * netfilter: x_tables: use pr ratelimiting in xt coreFlorian Westphal2018-02-141-36/+34
| * netfilter: x_tables: remove pr_info where possibleFlorian Westphal2018-02-147-34/+16
| * netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang2018-02-141-2/+6
| * netfilter: add back stackpointer size checksFlorian Westphal2018-02-143-1/+14
| * netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-142-14/+3
| * netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang2018-02-081-6/+6
| * netfilter: x_tables: remove size checkMichal Hocko2018-02-081-4/+0
* | net: sched: report if filter is too large to dumpRoman Kapl2018-02-201-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-1924-125/+238
|\ \
| * | sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long2018-02-161-3/+2
| * | rxrpc: Work around usercopy checkDavid Howells2018-02-161-2/+3
| * | udplite: fix partial checksum initializationAlexey Kodanev2018-02-162-0/+10
| * | dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni2018-02-161-29/+33
| * | fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-02-161-0/+5
| * | NFC: llcp: Limit size of SDP URIKees Cook2018-02-162-1/+6
| * | tls: getsockopt return record sequence numberBoris Pismenny2018-02-141-0/+2
| * | tls: reset the crypto info if copy_from_user failsBoris Pismenny2018-02-141-1/+1
| * | tls: retrun the correct IV in getsockoptBoris Pismenny2018-02-141-1/+2
| * | tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue2018-02-141-6/+8
| * | tipc: Introduce __tipc_nl_net_setYing Xue2018-02-142-3/+13
| * | tipc: Introduce __tipc_nl_media_setYing Xue2018-02-142-9/+15
| * | tipc: Introduce __tipc_nl_bearer_setYing Xue2018-02-142-9/+15
| * | tipc: Introduce __tipc_nl_bearer_enableYing Xue2018-02-142-7/+11
| * | tipc: Introduce __tipc_nl_bearer_disableYing Xue2018-02-142-6/+14
| * | tipc: Refactor __tipc_nl_compat_doitYing Xue2018-02-141-14/+15
| * | sctp: fix some copy-paste errors for file commentsXin Long2018-02-142-2/+3
| * | net: fix race on decreasing number of TX queuesJakub Kicinski2018-02-141-2/+9
| * | rds: do not call ->conn_alloc with GFP_KERNELSowmini Varadhan2018-02-131-1/+1
| * | net: sched: fix tc_u_common lookupJiri Pirko2018-02-131-4/+20
| * | net: sched: don't set q pointer for shared blocksJiri Pirko2018-02-131-14/+12
| * | net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ commentTobias Klauser2018-02-131-1/+1
| * | tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin2018-02-121-0/+25
| * | sctp: remove the useless check in sctp_renege_eventsXin Long2018-02-121-6/+2
| * | sctp: add SCTP_CID_I_DATA and SCTP_CID_I_FWD_TSN conversion in sctp_cnameXin Long2018-02-121-0/+6
| * | sctp: do not pr_err for the duplicated node in transport rhlistXin Long2018-02-121-4/+1