aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01net: igmp: add a missing rcu locking sectionEric Dumazet1-0/+4
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-14/+22
2018-02-01inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven1-4/+2
2018-02-01tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell1-3/+3
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds59-2262/+1427
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2-11/+9
2018-01-31tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva1-1/+1
2018-01-31netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov1-3/+13
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+2
2018-01-30ipmr: Fix ptrdiff_t print formattingJames Hogan1-1/+1
2018-01-29tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-01-29ipv4: Get the address of interface correctly.Tonghao Zhang1-0/+4
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+20
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-3/+38
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern3-3/+33
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu1-24/+14
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo1-0/+24
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo1-0/+4
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo1-0/+7
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo3-3/+3
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel2-3/+2
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman2-0/+18
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller4-85/+55
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-01-24ipconfig: use dev_set_mtu()Al Viro1-14/+3
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro3-19/+9
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro3-45/+34
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro1-7/+9
2018-01-24ip_tunnel: Use mark in skb by defaultThomas Winter1-3/+10
2018-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-1/+10
2018-01-23xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman1-0/+1
2018-01-22net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau1-1/+1
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn3-0/+9
2018-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller11-1386/+456
2018-01-19tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2-1/+3
2018-01-19tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng1-2/+21
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso2-2/+0
2018-01-19netfilter: nf_nat_snmp_basic: use asn1 decoder libraryTaehee Yoo5-1192/+419
2018-01-19netfilter: nf_nat_snmp_basic: use nf_ct_helper_logTaehee Yoo1-5/+6
2018-01-19netfilter: nf_nat_snmp_basic: replace ctinfo with dir.Taehee Yoo1-5/+2
2018-01-19netfilter: nf_nat_snmp_basic: remove debug parameterTaehee Yoo1-62/+0
2018-01-19netfilter: nf_nat_snmp_basic: remove useless commentTaehee Yoo1-30/+0
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+10
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan12-20/+0
2018-01-16netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann1-1/+3
2018-01-16netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann1-5/+19
2018-01-15ip: Define usercopy region in IP proto slab cacheDavid Windsor1-0/+2
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall1-1/+6