aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06netfilter: nft_quota: add stateful object typePablo Neira Ayuso1-13/+83
2016-12-06netfilter: nft_counter: add stateful object typePablo Neira Ayuso1-27/+113
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso1-0/+516
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2-10/+27
2016-12-06netfilter: xt_multiport: Fix wrong unmatch result with multiple portsGao Feng1-7/+19
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso1-5/+102
2016-12-06netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang1-0/+2
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang3-3/+3
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal4-18/+42
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal4-12/+33
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal4-7/+15
2016-12-06netfilter: convert while loops to for loopsAaron Conole2-8/+6
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole3-10/+7
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal6-19/+126
2016-12-06Revert "dctcp: update cwnd on congestion event"Florian Westphal1-8/+1
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner1-1/+21
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet1-9/+10
2016-12-05netlink: Do not schedule work from sk_destructHerbert Xu1-17/+15
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2-0/+17
2016-12-05bpf, cls: consolidate prog deletion pathDaniel Borkmann1-17/+13
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann1-9/+6
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet13-253/+164
2016-12-05net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion1-1/+4
2016-12-05ipv6: Allow IPv4-mapped address as next-hopErik Nordmark1-1/+4
2016-12-05net: caif: remove ineffective checkPan Bian1-4/+1
2016-12-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-1/+5
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet5-19/+17
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet1-9/+9
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet1-0/+9
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet1-1/+4
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet1-10/+12
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet1-3/+10
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet1-8/+8
2016-12-05net: bridge: set error code on failurePan Bian1-0/+1
2016-12-05net: af_mpls.c add space before open parenthesisSuraj Deshmukh1-1/+1
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck1-21/+21
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck1-12/+14
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2-1/+28
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal3-24/+123
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal7-3/+40
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal4-6/+43
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal14-42/+54
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal2-14/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti5-73/+19
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti5-72/+19
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti5-74/+20
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2-1/+55
2016-12-04netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang1-0/+1
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang3-3/+6