aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai2-3/+3
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti1-0/+1
2018-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-1/+3
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-01-11netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2-2/+13
2018-01-11netfilter: clusterip: make sure arp hooks are availableFlorian Westphal1-0/+1
2018-01-10tcp: make local function tcp_recv_timestamp staticWei Yongjun1-2/+2
2018-01-10netfilter: improve flow table Kconfig dependenciesArnd Bergmann1-1/+2
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2-45/+4
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2-64/+17
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2-2/+0
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2018-01-09esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert1-1/+2
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller18-160/+359
2018-01-08tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertionsStefano Brivio1-1/+2
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-1/+2
2018-01-08netfilter: flow table support for IPv4Pablo Neira Ayuso3-0/+294
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso8-59/+1
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso1-10/+0
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso1-1/+0
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso1-4/+4
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso1-3/+3
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso1-28/+0
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso1-4/+4
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso1-1/+0
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2-11/+11