summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso2016-12-073-22/+81
* netfilter: nft_quota: dump consumed quotaPablo Neira Ayuso2016-12-071-5/+16
* netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso2016-12-063-0/+119
* netfilter: nft_quota: add stateful object typePablo Neira Ayuso2016-12-061-13/+83
* netfilter: nft_counter: add stateful object typePablo Neira Ayuso2016-12-061-27/+113
* netfilter: nf_tables: add stateful objectsPablo Neira Ayuso2016-12-061-0/+516
* netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2016-12-062-10/+27
* netfilter: xt_multiport: Fix wrong unmatch result with multiple portsGao Feng2016-12-061-7/+19
* netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso2016-12-061-5/+102
* netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang2016-12-061-0/+2
* netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang2016-12-063-3/+3
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-064-18/+42
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-064-12/+33
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-064-7/+15
* netfilter: convert while loops to for loopsAaron Conole2016-12-062-8/+6
* netfilter: introduce accessor functions for hook entriesAaron Conole2016-12-063-10/+7
* netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-066-19/+126
* netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2016-12-042-1/+28
* netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-043-24/+123
* netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-047-3/+40
* netfilter: nat: add dependencies on conntrack moduleFlorian Westphal2016-12-044-6/+43
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-0414-42/+54
* netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-042-14/+0
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-045-73/+19
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-045-72/+19
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-045-74/+20
* Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2016-12-042-1/+55
|\
| * ipvs: Decrement ttlDwip Banerjee2016-11-151-0/+54
| * ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng2016-11-151-1/+1
* | netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang2016-12-041-0/+1
* | netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2016-12-043-3/+6
* | netfilter: built-in NAT support for UDPliteDavide Caratti2016-12-044-38/+8
* | netfilter: built-in NAT support for SCTPDavide Caratti2016-12-044-36/+7
* | netfilter: built-in NAT support for DCCPDavide Caratti2016-12-044-37/+8
* | netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-12-046-12/+12
* | ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-033-5/+48
* | ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-031-2/+146
* | ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2016-12-032-0/+3
* | ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel2016-12-031-4/+4
* | ipv4: fib: Export free_fib_info()Ido Schimmel2016-12-031-0/+1
* | act_mirred: fix a typo in get_devWANG Cong2016-12-031-1/+1
* | udp: be less conservative with sock rmem accountingPaolo Abeni2016-12-031-2/+2
* | net_sched: gen_estimator: account for timer driftsEric Dumazet2016-12-031-9/+16
* | netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-8/+12
* | netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-4/+4
* | netns: publish net_generic correctlyAlexey Dobriyan2016-12-031-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-0349-195/+373
|\ \
| * | net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-021-2/+2
| * | tipc: check minimum bearer MTUMichal Kubeček2016-12-023-2/+27
| * | ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov2016-12-021-1/+1