aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti4-38/+8
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti4-36/+7
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti4-37/+8
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez6-12/+12
2016-12-03net: dcb: set error code on failuresPan Bian1-0/+1
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark3-5/+48
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel1-2/+146
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2-0/+3
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel1-4/+4
2016-12-03ipv4: fib: Export free_fib_info()Ido Schimmel1-0/+1
2016-12-03act_mirred: fix a typo in get_devWANG Cong1-1/+1
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni1-2/+2
2016-12-03Merge tag 'batadv-net-for-davem-20161202' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-2/+2
2016-12-03net_sched: gen_estimator: account for timer driftsEric Dumazet1-9/+16
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan1-8/+12
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan1-4/+4
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan1-5/+5
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-195/+373
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-12-02tipc: check minimum bearer MTUMichal Kubeček3-2/+27
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern1-0/+21
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern3-1/+81