Age | Commit message (Expand) | Author |
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 | 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 |
2014-11-06 | ipv6: Allow sending packets through tunnels with wildcard endpoints | Steffen Klassert |
2014-11-05 | net: Remove MPLS GSO feature. | Pravin B Shelar |
2014-11-05 | fou: Fix typo in returning flags in netlink | Tom Herbert |
2014-11-05 | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs | Daniel Borkmann |
2014-11-05 | net: Convert SEQ_START_TOKEN/seq_printf to seq_puts | Joe Perches |
2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller |
2014-11-05 | udp: Changes to udp_offload to support remote checksum offload | Tom Herbert |
2014-11-04 | ipv6: trivial, add bracket for the if block | Florent Fourcot |
2014-11-04 | net: allow setting ecn via routing table | Florian Westphal |
2014-11-04 | syncookies: split cookie_check_timestamp() into two functions | Florian Westphal |
2014-11-03 | gre6: Move the setting of dev->iflink into the ndo_init functions. | Steffen Klassert |
2014-11-03 | sit: Use ipip6_tunnel_init as the ndo_init function. | Steffen Klassert |