aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-27ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing1-1/+3
2013-12-19ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing1-3/+1
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet1-1/+1
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa1-9/+27
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy1-0/+1
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot4-4/+0
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek1-1/+5
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2013-12-02IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-12-02ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail1-1/+1
2013-12-02ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong1-0/+3
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang1-4/+0
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-23ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functionsHannes Frederic Sowa4-7/+11
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel1-6/+38
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu1-17/+10
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu1-0/+5
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-48/+41
2013-11-18ipv6: Fix inet6_init() cleanup orderVlad Yasevich1-2/+2
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2-7/+2
2013-11-18net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam1-1/+1
2013-11-18netfilter: synproxy: send mss option to backendMartin Topholm1-0/+1
2013-11-14ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel1-5/+13
2013-11-14sit/gre6: don't try to add the same route two timesNicolas Dichtel1-3/+0
2013-11-14sit: link local routes are missingNicolas Dichtel1-19/+5
2013-11-14sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel1-7/+4
2013-11-14sit: fix use after free of fb_tunnel_devWillem de Bruijn1-4/+14
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-1/+66
2013-11-11ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa1-0/+2
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko3-73/+9
2013-11-11ip6_output: fragment outgoing reassembled skb properlyJiri Pirko1-1/+2
2013-11-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-11-08ipv6: protect flow label renew against GCFlorent Fourcot1-0/+4
2013-11-08ipv6: increase maximum lifetime of flow labelsFlorent Fourcot1-1/+1
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2-0/+54
2013-11-06ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz1-1/+1
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz5-0/+65
2013-11-05ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong1-5/+3
2013-11-05ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa1-1/+1
2013-11-05ipv6: remove old conditions on flow label sharingFlorent Fourcot1-33/+0
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+17
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-33/+15
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+6
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert1-1/+5
2013-10-30ipv6: remove the unnecessary statement in find_match()Duan Jiong1-1/+1
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause1-25/+14