aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-08net: socket: preferred __aligned(size) for control bufferAmit Kushwaha1-1/+2
2016-12-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-17/+69
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+26
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet2-1/+39
2016-12-08net: rfs: add a jump labelEric Dumazet2-1/+6
2016-12-08net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman1-0/+53
2016-12-08flow dissector: ICMP supportSimon Horman1-0/+31
2016-12-08net/sched: cls_flower: Add support for matching on flagsOr Gerlitz1-0/+76
2016-12-08icmp: correct return value of icmp_rcv()Zhang Shengju1-2/+2
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg2-17/+69
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller69-620/+2162
2016-12-07netfilter: nft_quota: allow to restore consumed quotaPablo Neira Ayuso1-2/+9
2016-12-07netfilter: xt_bpf: support ebpfWillem de Bruijn1-16/+80
2016-12-07netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner1-1/+3
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso3-6/+51
2016-12-07netfilter: nft_set: introduce nft_{hash, rbtree}_deactivate_one()Pablo Neira Ayuso2-8/+27
2016-12-07netfilter: nf_tables: constify struct nft_ctx * parameter in nft_trans_alloc()Pablo Neira Ayuso1-2/+2
2016-12-07netfilter: nat: skip checksum on offload SCTP packetsDavide Caratti1-1/+4
2016-12-07netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet sourceLiping Zhang2-9/+12
2016-12-07netfilter: nf_tables: allow to filter stateful object dumps by typePablo Neira Ayuso1-0/+50
2016-12-07netfilter: nft_objref: support for stateful object mapsPablo Neira Ayuso2-1/+119
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso1-10/+62
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso2-8/+29
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso1-12/+19
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso3-22/+81
2016-12-07netfilter: nft_quota: dump consumed quotaPablo Neira Ayuso1-5/+16
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-58/+81
2016-12-06netfilter: nf_tables: add stateful object reference expressionPablo Neira Ayuso3-0/+119
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