summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-12-06netfilter: nft_counter: add stateful object typePablo Neira Ayuso
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal
2016-12-06netfilter: xt_multiport: Fix wrong unmatch result with multiple portsGao Feng
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso
2016-12-06netfilter: nft_fib_ipv4: initialize *dest to zeroLiping Zhang
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2016-12-06netfilter: convert while loops to for loopsAaron Conole
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal
2016-12-06Revert "dctcp: update cwnd on congestion event"Florian Westphal
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet
2016-12-05netlink: Do not schedule work from sk_destructHerbert Xu
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-12-05bpf, cls: consolidate prog deletion pathDaniel Borkmann
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-12-05net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion
2016-12-05ipv6: Allow IPv4-mapped address as next-hopErik Nordmark
2016-12-05net: caif: remove ineffective checkPan Bian
2016-12-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-12-05net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet
2016-12-05net: bridge: set error code on failurePan Bian
2016-12-05net: af_mpls.c add space before open parenthesisSuraj Deshmukh
2016-12-05ipv4: Drop suffix update from resize codeAlexander Duyck
2016-12-05ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso
2016-12-04netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti