summaryrefslogtreecommitdiffstats
path: root/net/ipv4
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
* 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
* | 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
* | 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-071-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-031-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-021-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
* | | inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven2018-02-011-4/+2
* | | tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell2018-02-011-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3159-2262/+1427
|\ \ \
| * | | tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva2018-01-311-1/+1
| * | | ipmr: Fix ptrdiff_t print formattingJames Hogan2018-01-301-1/+1
| * | | tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-01-291-0/+6
| * | | ipv4: Get the address of interface correctly.Tonghao Zhang2018-01-291-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-294-3/+20
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-284-3/+38
| |\ \ \ \
| | * | | | bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2018-01-251-0/+24
| | * | | | bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2018-01-251-0/+4
| | * | | | bpf: Add sock_ops RTO callbackLawrence Brakmo2018-01-251-0/+7
| | * | | | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-253-3/+3
| * | | | | net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern2018-01-253-3/+33
| * | | | | net: erspan: use bitfield instead of mask and offsetWilliam Tu2018-01-251-24/+14
| * | | | | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-01-244-85/+55
| |\ \ \ \ \
| | * | | | | ipconfig: use dev_set_mtu()Al Viro2018-01-241-14/+3
| | * | | | | ip_rt_ioctl(): take copyin to callerAl Viro2018-01-243-19/+9
| | * | | | | devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-243-45/+34
| | * | | | | net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-241-7/+9
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-241-0/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
OpenPOWER on IntegriCloud