| Commit message (Expand) | Author | Age | Files | Lines |
* | ktime: Get rid of ktime_equal() | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 11 | -11/+11 |
* | ipv6: handle -EFAULT from skb_copy_bits | Dave Jones | 2016-12-23 | 1 | -1/+5 |
* | inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets | Willem de Bruijn | 2016-12-23 | 1 | -1/+1 |
* | net: ipv6: check route protocol when deleting routes | Mantas M | 2016-12-18 | 1 | -0/+2 |
* | inet: Fix get port to handle zero port number with soreuseport set | Tom Herbert | 2016-12-17 | 1 | -3/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-12-08 | 7 | -33/+124 |
|\ |
|
| * | netfilter: nft_fib: convert htonl to ntohl properly | Liping Zhang | 2016-12-06 | 1 | -1/+1 |
| * | netfilter: x_tables: pack percpu counter allocations | Florian Westphal | 2016-12-06 | 1 | -3/+6 |
| * | netfilter: x_tables: pass xt_counters struct to counter allocator | Florian Westphal | 2016-12-06 | 1 | -4/+1 |
| * | netfilter: x_tables: pass xt_counters struct instead of packet counter | Florian Westphal | 2016-12-06 | 1 | -3/+2 |
| * | netfilter: defrag: only register defrag functionality if needed | Florian Westphal | 2016-12-06 | 2 | -5/+44 |
| * | netfilter: conntrack: register hooks in netns when needed by ruleset | Florian Westphal | 2016-12-04 | 1 | -12/+42 |
| * | netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressions | Florian Westphal | 2016-12-04 | 2 | -0/+14 |
| * | netfilter: add and use nf_ct_netns_get/put | Florian Westphal | 2016-12-04 | 1 | -2/+2 |
| * | netfilter: conntrack: built-in support for UDPlite | Davide Caratti | 2016-12-04 | 1 | -0/+3 |
| * | netfilter: conntrack: built-in support for SCTP | Davide Caratti | 2016-12-04 | 1 | -0/+3 |
| * | netfilter: conntrack: built-in support for DCCP | Davide Caratti | 2016-12-04 | 1 | -0/+3 |
| * | netfilter: update Arturo Borrero Gonzalez email address | Arturo Borrero Gonzalez | 2016-12-04 | 2 | -4/+4 |
* | | ipv6: Allow IPv4-mapped address as next-hop | Erik Nordmark | 2016-12-05 | 1 | -1/+4 |
* | | tcp: tsq: move tsq_flags close to sk_wmem_alloc | Eric Dumazet | 2016-12-05 | 1 | -1/+1 |
|/ |
|
* | ipv6 addrconf: Implemented enhanced DAD (RFC7527) | Erik Nordmark | 2016-12-04 | 3 | -5/+48 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-03 | 10 | -9/+46 |
|\ |
|
| * | ip6_offload: check segs for NULL in ipv6_gso_segment. | Artem Savkov | 2016-12-02 | 1 | -1/+1 |
| * | Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()" | Eli Cooper | 2016-12-02 | 1 | -1/+0 |
| * | ipv6: Set skb->protocol properly for local output | Eli Cooper | 2016-12-02 | 1 | -0/+2 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-12-01 | 1 | -1/+1 |
| |\ |
|
| | * | esp6: Fix integrity verification when ESN are used | Tobias Brunner | 2016-11-30 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2016-12-01 | 3 | -3/+4 |
| |\ \ |
|
| | * | | netfilter: ipv6: nf_defrag: drop mangled skb on ream error | Florian Westphal | 2016-11-29 | 2 | -3/+3 |
| | * | | netfilter: Update nf_send_reset6 to consider L3 domain | David Ahern | 2016-11-24 | 1 | -0/+1 |
| * | | | l2tp: lock socket before checking flags in connect() | Guillaume Nault | 2016-11-30 | 1 | -1/+3 |
| | |/
| |/| |
|
| * | | net: handle no dst on skb in icmp6_send | David Ahern | 2016-11-28 | 1 | -2/+4 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-11-28 | 1 | -0/+31 |
| |\ \ |
|
| | * | | vti6: flush x-netns xfrm cache when vti interface is removed | Nicolas Dichtel | 2016-10-11 | 1 | -0/+31 |
* | | | | bpf: Add new cgroup attach type to enable sock modifications | David Ahern | 2016-12-02 | 1 | -0/+8 |
* | | | | tcp: randomize tcp timestamp offsets for each connection | Florian Westphal | 2016-12-02 | 2 | -4/+7 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-27 | 3 | -8/+14 |
|\| | | |
|
| * | | | udplite: call proper backlog handlers | Eric Dumazet | 2016-11-24 | 3 | -3/+3 |
| * | | | ipv6: bump genid when the IFA_F_TENTATIVE flag is clear | Paolo Abeni | 2016-11-24 | 1 | -6/+12 |
| | |/
| |/| |
|
* | | | net: ipv4, ipv6: run cgroup eBPF egress programs | Daniel Mack | 2016-11-25 | 1 | -0/+9 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 2 | -5/+14 |
|\| | |
|
| * | | ip6_tunnel: disable caching when the traffic class is inherited | Paolo Abeni | 2016-11-17 | 1 | -2/+11 |
| * | | udp: restore UDPlite many-cast delivery | Pablo Neira | 2016-11-16 | 1 | -3/+3 |
* | | | udp: avoid one cache line miss in recvmsg() | Eric Dumazet | 2016-11-21 | 1 | -1/+2 |
* | | | net: fix bogus cast in skb_pagelen() and use unsigned variables | Alexey Dobriyan | 2016-11-20 | 1 | -1/+1 |
* | | | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2016-11-18 | 5 | -5/+5 |
* | | | udp: enable busy polling for all sockets | Eric Dumazet | 2016-11-18 | 1 | -0/+2 |
* | | | ipv6: sr: add option to control lwtunnel support | David Lebrun | 2016-11-16 | 3 | -3/+23 |