summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-3/+3
| | * | | | | | netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-28/+0
| | * | | | | | netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-4/+4
| | * | | | | | netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-1/+0
| | * | | | | | netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-082-11/+11
| | * | | | | | netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-082-2/+0
| | * | | | | | netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-081-2/+1
| | * | | | | | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-084-4/+8
| | * | | | | | netfilter: nf_tables_arp: don't set forward chainPablo Neira Ayuso2018-01-081-1/+0
| | * | | | | | netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+4
| | * | | | | | netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-082-28/+24
| | * | | | | | netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-081-0/+2
| | * | | | | | netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-081-1/+1
| | * | | | | | netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-1/+1
| | * | | | | | netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-1/+1
| * | | | | | | tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertionsStefano Brivio2018-01-081-1/+2
| |/ / / / / /
| * | | | | | net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh2018-01-052-4/+0
| * | | | | | ip: do not set RFS core on error queue readsSoheil Hassas Yeganeh2018-01-051-1/+2
| * | | | | | net: tcp: Remove TCP probe moduleMasami Hiramatsu2018-01-022-302/+0
| * | | | | | net: tcp: Add trace events for TCP congestion window tracingMasami Hiramatsu2018-01-021-0/+3
| * | | | | | inet_diag: Add equal-operator for portsKristian Evensen2018-01-021-0/+8
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-1/+11
| |\ \ \ \ \ \
| * | | | | | | tcp: do not allocate linear memory for zerocopy skbsWillem de Bruijn2017-12-271-4/+7
| * | | | | | | tcp: place all zerocopy payload in fragsWillem de Bruijn2017-12-271-4/+5
| * | | | | | | tcp: push full zerocopy packetsWillem de Bruijn2017-12-271-1/+3
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-273-69/+45
| |\ \ \ \ \ \ \
| | * | | | | | | esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2017-12-201-10/+2
| | * | | | | | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-3/+21
| | * | | | | | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-202-56/+22
| * | | | | | | | net: erspan: remove md NULL checkWilliam Tu2017-12-261-5/+0
| * | | | | | | | tcp: md5: Handle RCU dereference of md5sig_infoMat Martineau2017-12-261-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-223-4/+14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-204-5/+5
| * | | | | | | | | net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-204-9/+19
| * | | | | | | | | ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan2017-12-201-1/+3
| * | | | | | | | | ip_gre: fix error path when erspan_rcv failedHaishuang Yan2017-12-201-0/+2
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | net: erspan: reload pointer after pskb_may_pullWilliam Tu2017-12-181-1/+3
| * | | | | | | | net: erspan: fix wrong return valueWilliam Tu2017-12-181-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-1611-27/+59
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: erspan: introduce erspan v2 for ip_greWilliam Tu2017-12-151-15/+90
| * | | | | | | | | net: erspan: refactor existing erspan codeWilliam Tu2017-12-151-10/+17
| * | | | | | | | | tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng2017-12-133-30/+22
| * | | | | | | | | tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet2017-12-132-17/+17
| * | | | | | | | | tcp: allow TLP in ECN CWRNeal Cardwell2017-12-131-6/+3
| * | | | | | | | | tcp: smoother receiver autotuningEric Dumazet2017-12-121-14/+5
| * | | | | | | | | tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-5/+7
| * | | | | | | | | tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-1/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-096-25/+44
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-052-19/+46
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau2017-12-031-0/+3