summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | net: stmmac: dwmac-generic: add missing compatible stringsNiklas Cassel2016-12-081-0/+3
* | bindings: net: stmmac: correct note about TSONiklas Cassel2016-12-081-3/+3
* | net: ll_temac: Utilize of_get_mac_address()Tobias Klauser2016-12-081-5/+6
* | net: axienet: Utilize of_get_mac_address()Tobias Klauser2016-12-081-6/+7
* | Merge branch 'cls_flower-flags'David S. Miller2016-12-083-0/+95
|\ \
| * | net/mlx5e: Offload TC matching on packets being IP fragmentsOr Gerlitz2016-12-081-0/+12
| * | net/sched: cls_flower: Add support for matching on flagsOr Gerlitz2016-12-082-0/+83
|/ /
* | net: mvneta: Indent some statementsDan Carpenter2016-12-081-3/+4
* | drivers: net: xgene: uninitialized variable in xgene_enet_free_pagepool()Dan Carpenter2016-12-081-0/+1
* | vhost: remove unnecessary smp_mb from vhost_work_queuePeng Tao2016-12-081-1/+1
* | vhost-vsock: remove unused vq variablePeng Tao2016-12-081-3/+0Star
* | icmp: correct return value of icmp_rcv()Zhang Shengju2016-12-081-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-12-0890-661/+2513
|\
| * netfilter: nft_quota: allow to restore consumed quotaPablo Neira Ayuso2016-12-071-2/+9
| * netfilter: xt_bpf: support ebpfWillem de Bruijn2016-12-072-16/+101
| * netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner2016-12-071-1/+3
| * netfilter: nf_tables: support for set flushingPablo Neira Ayuso2016-12-074-7/+56
| * netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso2016-12-072-8/+27
| * netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc()Pablo Neira Ayuso2016-12-071-2/+2
| * netfilter: nat: skip checksum on offload SCTP packetsDavide Caratti2016-12-071-1/+4
| * netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2016-12-072-9/+12
| * netfilter: nf_tables: allow to filter stateful object dumps by typePablo Neira Ayuso2016-12-071-0/+50
| * netfilter: nft_objref: support for stateful object mapsPablo Neira Ayuso2016-12-073-1/+125
| * netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso2016-12-073-10/+79
| * netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso2016-12-074-8/+32
| * netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso2016-12-072-12/+23
| * netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso2016-12-075-23/+85
| * netfilter: nft_quota: dump consumed quotaPablo Neira Ayuso2016-12-072-5/+18
| * netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso2016-12-064-0/+133
| * netfilter: nft_quota: add stateful object typePablo Neira Ayuso2016-12-062-13/+84
| * netfilter: nft_counter: add stateful object typePablo Neira Ayuso2016-12-062-27/+114
| * netfilter: nf_tables: add stateful objectsPablo Neira Ayuso2016-12-063-0/+624
| * netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2016-12-063-10/+28
| * netfilter: ingress: translate 0 nf_hook_slow retval to -1Florian Westphal2016-12-061-1/+6
| * 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-063-5/+109
| * 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-065-19/+48
| * netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-065-38/+34Star
| * netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-065-12/+16
| * netfilter: convert while loops to for loopsAaron Conole2016-12-062-8/+6Star
| * netfilter: decouple nf_hook_entry and nf_hook_opsAaron Conole2016-12-061-4/+6
| * netfilter: introduce accessor functions for hook entriesAaron Conole2016-12-064-10/+34
| * netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-069-21/+136
| * netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2016-12-044-1/+48
| * netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-044-24/+127
| * 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-0415-42/+58