| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: do not erase dst address with flow label destination | Florent Fourcot | 2013-12-10 | 4 | -4/+0 |
* | inet: fix NULL pointer Oops in fib(6)_rule_suppress | Stefan Tomanek | 2013-12-10 | 1 | -1/+5 |
* | ipv6: don't count addrconf generated routes against gc limit | Hannes Frederic Sowa | 2013-12-09 | 1 | -5/+3 |
* | IPv6: Fixed support for blackhole and prohibit routes | Kamala R | 2013-12-02 | 1 | -12/+10 |
* | ipv6: fix third arg of anycast_dst_alloc(), must be bool. | François-Xavier Le Bail | 2013-12-02 | 1 | -1/+1 |
* | ipv6: judge the accept_ra_defrtr before calling rt6_route_rcv | Duan Jiong | 2013-12-02 | 1 | -0/+3 |
* | ipv6: fix possible seqlock deadlock in ip6_finish_output2 | Hannes Frederic Sowa | 2013-11-30 | 1 | -2/+2 |
* | net: remove outdated comment for ipv4 and ipv6 protocol handler | Baker Zhang | 2013-11-28 | 1 | -4/+0 |
* | sit: use kfree_skb to replace dev_kfree_skb | Gao feng | 2013-11-28 | 1 | -3/+3 |
* | ipv6: fix leaking uninitialized port number of offender sockaddr | Hannes Frederic Sowa | 2013-11-23 | 1 | -0/+1 |
* | inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct... | Hannes Frederic Sowa | 2013-11-23 | 4 | -7/+11 |
* | sit: generate icmpv6 error when receiving icmpv4 error | Oussama Ghorbel | 2013-11-23 | 1 | -6/+38 |
* | gro: Clean up tcpX_gro_receive checksum verification | Herbert Xu | 2013-11-23 | 1 | -17/+10 |
* | gro: Only verify TCP checksums for candidates | Herbert Xu | 2013-11-23 | 1 | -0/+5 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2013-11-21 | 1 | -0/+1 |
|\ |
|
| * | netfilter: synproxy: send mss option to backend | Martin Topholm | 2013-11-18 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-11-19 | 7 | -48/+41 |
|\ \ |
|
| * | | ipv6: Fix inet6_init() cleanup order | Vlad Yasevich | 2013-11-18 | 1 | -2/+2 |
| * | | inet: prevent leakage of uninitialized memory to user in recv syscalls | Hannes Frederic Sowa | 2013-11-18 | 2 | -7/+2 |
| * | | net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n | Fabio Estevam | 2013-11-18 | 1 | -1/+1 |
| * | | ip6tnl: fix use after free of fb_tnl_dev | Nicolas Dichtel | 2013-11-14 | 1 | -5/+13 |
| * | | sit/gre6: don't try to add the same route two times | Nicolas Dichtel | 2013-11-14 | 1 | -3/+0 |
| * | | sit: link local routes are missing | Nicolas Dichtel | 2013-11-14 | 1 | -19/+5 |
| * | | sit: fix prefix length of ll and v4mapped addresses | Nicolas Dichtel | 2013-11-14 | 1 | -7/+4 |
| * | | sit: fix use after free of fb_tunnel_dev | Willem de Bruijn | 2013-11-14 | 1 | -4/+14 |
| |/ |
|
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-11-14 | 6 | -1/+66 |
|\ \
| |/
|/| |
|
| * | ipv6: Fix possible ipv6 seqlock deadlock | John Stultz | 2013-11-06 | 1 | -1/+1 |
| * | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 2013-11-06 | 5 | -0/+65 |
* | | ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bh | Hannes Frederic Sowa | 2013-11-11 | 1 | -0/+2 |
* | | netfilter: push reasm skb through instead of original frag skbs | Jiri Pirko | 2013-11-11 | 3 | -73/+9 |
* | | ip6_output: fragment outgoing reassembled skb properly | Jiri Pirko | 2013-11-11 | 1 | -1/+2 |
* | | ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv | Duan Jiong | 2013-11-08 | 1 | -2/+5 |
* | | ipv6: protect flow label renew against GC | Florent Fourcot | 2013-11-08 | 1 | -0/+4 |
* | | ipv6: increase maximum lifetime of flow labels | Florent Fourcot | 2013-11-08 | 1 | -1/+1 |
* | | ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt | Florent Fourcot | 2013-11-08 | 2 | -0/+54 |
* | | ipv6: drop the judgement in rt6_alloc_cow() | Duan Jiong | 2013-11-05 | 1 | -5/+3 |
* | | ipv6: fix headroom calculation in udp6_ufo_fragment | Hannes Frederic Sowa | 2013-11-05 | 1 | -1/+1 |
* | | ipv6: remove old conditions on flow label sharing | Florent Fourcot | 2013-11-05 | 1 | -33/+0 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 2013-11-04 | 1 | -4/+3 |
|\ \ |
|
| * | | netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packets | Stanislav Fomichev | 2013-10-23 | 1 | -4/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-11-04 | 3 | -5/+17 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-11-02 | 1 | -2/+6 |
| |\ \ \ |
|
| | * | | | xfrm: Fix null pointer dereference when decoding sessions | Steffen Klassert | 2013-11-01 | 1 | -1/+5 |
| | * | | | xfrm: Increase the garbage collector threshold | Steffen Klassert | 2013-10-28 | 1 | -1/+1 |
| * | | | | ipv6: ip6_dst_check needs to check for expired dst_entries | Hannes Frederic Sowa | 2013-10-25 | 1 | -3/+6 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2013-10-23 | 1 | -0/+5 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | netfilter: x_tables: fix ordering of jumpstack allocation and table update | Will Deacon | 2013-10-22 | 1 | -0/+5 |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-11-02 | 1 | -33/+15 |
|\ \ \ \ \ |
|
| * | | | | | net: esp{4,6}: get rid of struct esp_data | Mathias Krause | 2013-10-29 | 1 | -25/+14 |
| * | | | | | net: esp{4,6}: remove padlen from struct esp_data | Mathias Krause | 2013-10-29 | 1 | -8/+1 |