summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops an...Kirill Tkhai2018-02-273-0/+5
* | net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-263-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-249-31/+40
|\|
| * 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
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-217-27/+33
| |\
| | * netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-143-4/+4
| | * netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal2018-02-141-2/+2
| | * netfilter: x_tables: remove pr_info where possibleFlorian Westphal2018-02-141-6/+4
| | * 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-142-1/+10
| | * netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-141-6/+1
| | * netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang2018-02-081-6/+6
* | | tcp: remove dead code after CHECKSUM_PARTIAL adoptionEric Dumazet2018-02-212-43/+8
* | | tcp: remove dead code from tcp_set_skb_tso_segs()Eric Dumazet2018-02-211-1/+1
* | | tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIALEric Dumazet2018-02-211-8/+3
* | | tcp: remove sk_check_csum_caps()Eric Dumazet2018-02-211-8/+3
* | | tcp: remove sk_can_gso() useEric Dumazet2018-02-212-29/+8
* | | tcp: switch to GSO being always onEric Dumazet2018-02-211-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-203-0/+35
|\| |
| * | udplite: fix partial checksum initializationAlexey Kodanev2018-02-161-0/+5
| * | fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-02-161-0/+5
| * | tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin2018-02-121-0/+25
* | | net: Convert iptable_filter_net_opsKirill Tkhai2018-02-191-0/+1
* | | net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai2018-02-191-0/+1
* | | net: Only honor ifindex in IP_PKTINFO if non-0David Ahern2018-02-161-2/+4
* | | net/ipv4: Remove fib table id from rtableDavid Ahern2018-02-152-9/+1
* | | net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern2018-02-141-15/+2
* | | tcp: try to keep packet if SYN_RCV race is lostEric Dumazet2018-02-143-3/+17
* | | net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern2018-02-132-2/+0
* | | net/ipv4: Simplify fib_select_pathDavid Ahern2018-02-131-6/+5
* | | net: Convert ipv4_sysctl_opsKirill Tkhai2018-02-131-0/+1
* | | net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-1317-0/+22
* | | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/ /
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-22/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-5/+54
|\ \ | |/ |/|
| * net: add a UID to use for ULP socket assignmentJohn Fastabend2018-02-061-5/+54
* | tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu2018-02-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-072-2/+2
|\ \
| * | netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-071-0/+1
| * | netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso2018-02-021-2/+1
* | | net: erspan: fix erspan config overwriteWilliam Tu2018-02-061-9/+0
* | | net: erspan: fix metadata extractionWilliam Tu2018-02-061-1/+4
| |/ |/|
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-041-0/+2
|\ \
| * | ip: Define usercopy region in IP proto slab cacheDavid Windsor2018-01-151-0/+2
* | | Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin2018-02-031-1/+0
| |/ |/|
* | net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-011-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-013-14/+22
|\ \
| * | netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-01-312-11/+9
| * | netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-01-311-3/+13