Age | Commit message (Expand) | Author |
2015-01-19 | ipv6: stop sending PTB packets for MTU < 1280 | Hagen Paul Pfeifer |
2015-01-15 | ip: zero sockaddr returned on error queue | Willem de Bruijn |
2015-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2014-12-23 | netfilter: nf_tables: fix port natting in little endian archs | leroy christophe |
2014-12-22 | tcp6: don't move IP6CB before xfrm6_policy_check() | Nicolas Dichtel |
2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-12-10 | net: introduce helper macro for_each_cmsghdr | Gu Zheng |
2014-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-12-09 | tcp: fix more NULL deref after prequeue changes | Eric Dumazet |
2014-12-09 | put iov_iter into msghdr | Al Viro |
2014-12-09 | ip_generic_getfrag, udplite_getfrag: switch to passing msghdr | Al Viro |
2014-12-09 | ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_... | Al Viro |
2014-12-09 | ipv6: remove useless spin_lock/spin_unlock | Duan Jiong |
2014-12-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2014-12-08 | Merge branch 'iov_iter' into for-next | Al Viro |
2014-12-08 | udp: Neaten and reduce size of compute_score functions | Joe Perches |
2014-12-08 | net-timestamp: allow reading recv cmsg on errqueue with origin tstamp | Willem de Bruijn |
2014-12-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2014-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-11-28 | netfilter: nf_log_ipv6: correct typo in module description | Steven Noonan |
2014-11-27 | netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module | Pablo Neira Ayuso |
2014-11-26 | ipv6: Remove unnecessary test | zhuyj |
2014-11-25 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller |
2014-11-25 | tcp: fix possible NULL dereference in tcp_vX_send_reset() | Eric Dumazet |
2014-11-25 | ip6_udp_tunnel: Fix checksum calculation | Alexander Duyck |
2014-11-24 | ipv6: gre: fix wrong skb->protocol in WCCP | Yuri Chislov |
2014-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2014-11-24 | new helper: skb_copy_and_csum_datagram_msg() | Al Viro |
2014-11-23 | ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic | lucien |
2014-11-23 | ipv6: coding style improvements (remove assignment in if statements) | Ian Morris |
2014-11-23 | ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid | Alexander Duyck |
2014-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-11-20 | vti6: Add a lookup method for tunnels with wildcard endpoints. | Steffen Klassert |
2014-11-19 | ipv6: delete protocol and unregister rtnetlink when cleanup | Duan Jiong |
2014-11-18 | icmp: Remove some spurious dropped packet profile hits from the ICMP path | Rick Jones |
2014-11-16 | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs | Daniel Borkmann |
2014-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2014-11-13 | netfilter: fix various sparse warnings | Florian Westphal |
2014-11-11 | neigh: remove dynamic neigh table registration support | WANG Cong |
2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches |
2014-11-11 | net: introduce SO_INCOMING_CPU | Eric Dumazet |
2014-11-11 | tcp: move sk_mark_napi_id() at the right place | Eric Dumazet |
2014-11-10 | netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval | Daniel Borkmann |
2014-11-07 | udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts | Rick Jones |
2014-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-11-06 | Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2014-11-06 | net: esp: Convert NETDEBUG to pr_info | Joe Perches |
2014-11-06 | net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages | Joe Perches |
2014-11-06 | ip6_tunnel: Add support for wildcard tunnel endpoints. | Steffen Klassert |