summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-02-22net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-02-22tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev
2018-02-16fib_semantics: Don't match route with mismatching tclassidStefano Brivio
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal
2018-02-14netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang
2018-02-14netfilter: add back stackpointer size checksFlorian Westphal
2018-02-14netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-02-12tcp: Honor the eor bit in tcp_mtu_probeIlya Lesokhin
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-08netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang
2018-02-07tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso
2018-02-06net: erspan: fix erspan config overwriteWilliam Tu
2018-02-06net: erspan: fix metadata extractionWilliam Tu
2018-02-06net: add a UID to use for ULP socket assignmentJohn Fastabend
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-02netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso
2018-02-01net: igmp: add a missing rcu locking sectionEric Dumazet
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-02-01inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven
2018-02-01tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-01-31tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva
2018-01-31netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-30ipmr: Fix ptrdiff_t print formattingJames Hogan
2018-01-29tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-01-29ipv4: Get the address of interface correctly.Tonghao Zhang
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24ipconfig: use dev_set_mtu()Al Viro