Age | Commit message (Expand) | Author |
2017-01-03 | ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rules | Alexander Duyck |
2017-01-02 | igmp: Make igmp group member RFC 3376 compliant | Michal Tesar |
2016-12-29 | net: ipv4: dst for local input routes should use l3mdev if relevant | David Ahern |
2016-12-29 | net: fix incorrect original ingress device index in PKTINFO | Wei Zhang |
2016-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-12-27 | ipv4: Namespaceify tcp_tw_reuse knob | Haishuang Yan |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-12-23 | inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets | Willem de Bruijn |
2016-12-22 | net: ipv4: Don't crash if passing a null sk to ip_do_redirect. | Lorenzo Colitti |
2016-12-21 | tcp: add a missing barrier in tcp_tasklet_func() | Eric Dumazet |
2016-12-20 | ipv4: Should use consistent conditional judgement for ip fragment in __ip_app... | zheng li |
2016-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2016-12-17 | inet: Fix get port to handle zero port number with soreuseport set | Tom Herbert |
2016-12-17 | inet: Don't go into port scan when looking for specific bind port | Tom Herbert |
2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-12-09 | udp: udp_rmem_release() should touch sk_rmem_alloc later | Eric Dumazet |
2016-12-09 | udp: add batching to udp_rmem_release() | Eric Dumazet |
2016-12-09 | udp: copy skb->truesize in the first cache line | Eric Dumazet |
2016-12-09 | udp: add busylocks in RX path | Eric Dumazet |
2016-12-08 | udp: under rx pressure, try to condense skbs | Eric Dumazet |
2016-12-08 | icmp: correct return value of icmp_rcv() | Zhang Shengju |
2016-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2016-12-07 | netfilter: rpfilter: bypass ipv4 lbcast packets with zeronet source | Liping Zhang |
2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-06 | netfilter: nft_fib_ipv4: initialize *dest to zero | Liping Zhang |
2016-12-06 | netfilter: nft_fib: convert htonl to ntohl properly | Liping Zhang |
2016-12-06 | netfilter: x_tables: pack percpu counter allocations | Florian Westphal |
2016-12-06 | netfilter: x_tables: pass xt_counters struct to counter allocator | Florian Westphal |
2016-12-06 | netfilter: x_tables: pass xt_counters struct instead of packet counter | Florian Westphal |
2016-12-06 | netfilter: defrag: only register defrag functionality if needed | Florian Westphal |
2016-12-06 | Revert "dctcp: update cwnd on congestion event" | Florian Westphal |
2016-12-06 | tcp: warn on bogus MSS and try to amend it | Marcelo Ricardo Leitner |
2016-12-05 | switch getfrag callbacks to ..._full() primitives | Al Viro |
2016-12-05 | net: ping: check minimum size on ICMP header length | Kees Cook |
2016-12-05 | tcp: tsq: move tsq_flags close to sk_wmem_alloc | Eric Dumazet |
2016-12-05 | tcp: tcp_mtu_probe() is likely to exit early | Eric Dumazet |
2016-12-05 | tcp: tsq: add a shortcut in tcp_small_queue_check() | Eric Dumazet |
2016-12-05 | tcp: tsq: avoid one atomic in tcp_wfree() | Eric Dumazet |
2016-12-05 | tcp: tsq: add shortcut in tcp_tasklet_func() | Eric Dumazet |
2016-12-05 | tcp: tsq: remove one locked operation in tcp_wfree() | Eric Dumazet |
2016-12-05 | tcp: tsq: add tsq_flags / tsq_enum | Eric Dumazet |
2016-12-05 | ipv4: Drop suffix update from resize code | Alexander Duyck |
2016-12-05 | ipv4: Drop leaf from suffix pull/push functions | Alexander Duyck |
2016-12-04 | netfilter: conntrack: register hooks in netns when needed by ruleset | Florian Westphal |
2016-12-04 | netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressions | Florian Westphal |
2016-12-04 | netfilter: nat: add dependencies on conntrack module | Florian Westphal |
2016-12-04 | netfilter: add and use nf_ct_netns_get/put | Florian Westphal |
2016-12-04 | netfilter: conntrack: remove unused init_net hook | Florian Westphal |
2016-12-04 | netfilter: conntrack: built-in support for UDPlite | Davide Caratti |