summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ip_tunnel: Use mark in skb by defaultThomas Winter2018-01-241-3/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-234-1/+10
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-2111-1386/+456
| |\ \ \ \ \ \
| | * | | | | | netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-192-2/+0
| | * | | | | | netfilter: nf_nat_snmp_basic: use asn1 decoder libraryTaehee Yoo2018-01-195-1192/+419
| | * | | | | | netfilter: nf_nat_snmp_basic: use nf_ct_helper_logTaehee Yoo2018-01-191-5/+6
| | * | | | | | netfilter: nf_nat_snmp_basic: replace ctinfo with dir.Taehee Yoo2018-01-191-5/+2
| | * | | | | | netfilter: nf_nat_snmp_basic: remove debug parameterTaehee Yoo2018-01-191-62/+0
| | * | | | | | netfilter: nf_nat_snmp_basic: remove useless commentTaehee Yoo2018-01-191-30/+0
| | * | | | | | netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-161-1/+3
| | * | | | | | netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann2018-01-161-5/+19
| | * | | | | | netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-112-2/+13
| | * | | | | | netfilter: clusterip: make sure arp hooks are availableFlorian Westphal2018-01-111-0/+1
| | * | | | | | netfilter: improve flow table Kconfig dependenciesArnd Bergmann2018-01-101-1/+2
| | * | | | | | netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-102-45/+4
| | * | | | | | netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-102-64/+17
| | * | | | | | netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-102-2/+0
| * | | | | | | tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-192-1/+3
| * | | | | | | tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng2018-01-191-2/+21
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-174-2/+10
| |\ \ \ \ \ \ \
| * | | | | | | | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-1612-20/+0
| * | | | | | | | net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-152-3/+3
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-1/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | tcp: make local function tcp_recv_timestamp staticWei Yongjun2018-01-101-2/+2
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-0818-160/+359
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-1/+2
| | * | | | | | | | netfilter: flow table support for IPv4Pablo Neira Ayuso2018-01-083-0/+294
| | * | | | | | | | netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-088-59/+1
| | * | | | | | | | netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-10/+0
| | * | | | | | | | netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+0
| | * | | | | | | | netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-4/+4
| | * | | | | | | | netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-3/+3
| | * | | | | | | | netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-28/+0
| | * | | | | | | | netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-4/+4
| | * | | | | | | | netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-1/+0
| | * | | | | | | | netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-082-11/+11
| | * | | | | | | | netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-082-2/+0
| | * | | | | | | | netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-081-2/+1
| | * | | | | | | | netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-084-4/+8
| | * | | | | | | | netfilter: nf_tables_arp: don't set forward chainPablo Neira Ayuso2018-01-081-1/+0
| | * | | | | | | | netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+4
| | * | | | | | | | netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-082-28/+24
| | * | | | | | | | netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-081-0/+2
| | * | | | | | | | netfilter: conntrack: timeouts can be constFlorian Westphal2018-01-081-1/+1
| | * | | | | | | | netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-081-1/+1
| | * | | | | | | | netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-1/+1
| * | | | | | | | | tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertionsStefano Brivio2018-01-081-1/+2
| |/ / / / / / / /
| * | | | | | | | net: revert "Update RFS target at poll for tcp/udp"Soheil Hassas Yeganeh2018-01-052-4/+0
| * | | | | | | | ip: do not set RFS core on error queue readsSoheil Hassas Yeganeh2018-01-051-1/+2
| * | | | | | | | net: tcp: Remove TCP probe moduleMasami Hiramatsu2018-01-022-302/+0