summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing2013-12-271-1/+3
* ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2013-12-201-3/+1Star
* ipv6: sit: update mtu check to take care of gso packetsEric Dumazet2013-12-181-1/+1
* ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa2013-12-181-9/+27
* netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-111-0/+1
* ipv6: do not erase dst address with flow label destinationFlorent Fourcot2013-12-114-4/+0Star
* inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-101-1/+5
* ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2013-12-101-5/+3Star
* IPv6: Fixed support for blackhole and prohibit routesKamala R2013-12-021-12/+10Star
* ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail2013-12-021-1/+1
* ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong2013-12-021-0/+3
* ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2013-11-301-2/+2
* net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2013-11-291-4/+0Star
* sit: use kfree_skb to replace dev_kfree_skbGao feng2013-11-291-3/+3
* ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa2013-11-231-0/+1
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-234-7/+11
* sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel2013-11-231-6/+38
* gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2013-11-231-17/+10Star
* gro: Only verify TCP checksums for candidatesHerbert Xu2013-11-231-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-211-0/+1
|\
| * netfilter: synproxy: send mss option to backendMartin Topholm2013-11-181-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-207-48/+41Star
|\ \
| * | ipv6: Fix inet6_init() cleanup orderVlad Yasevich2013-11-181-2/+2
| * | inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-182-7/+2Star
| * | net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam2013-11-181-1/+1
| * | ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel2013-11-141-5/+13
| * | sit/gre6: don't try to add the same route two timesNicolas Dichtel2013-11-141-3/+0Star
| * | sit: link local routes are missingNicolas Dichtel2013-11-141-19/+5Star
| * | sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel2013-11-141-7/+4Star
| * | sit: fix use after free of fb_tunnel_devWillem de Bruijn2013-11-141-4/+14
| |/
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-146-1/+66
|\ \ | |/ |/|
| * ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz2013-11-061-1/+1
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-065-0/+65
* | ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa2013-11-111-0/+2
* | netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-113-73/+9Star
* | ip6_output: fragment outgoing reassembled skb properlyJiri Pirko2013-11-111-1/+2
* | ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2013-11-081-2/+5
* | ipv6: protect flow label renew against GCFlorent Fourcot2013-11-081-0/+4
* | ipv6: increase maximum lifetime of flow labelsFlorent Fourcot2013-11-081-1/+1
* | ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2013-11-082-0/+54
* | ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong2013-11-061-5/+3Star
* | ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa2013-11-061-1/+1
* | ipv6: remove old conditions on flow label sharingFlorent Fourcot2013-11-051-33/+0Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-051-4/+3Star
|\ \
| * | netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packetsStanislav Fomichev2013-10-231-4/+3Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-043-5/+17
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-2/+6
| |\ \ \
| | * | | xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-011-1/+5
| | * | | xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-281-1/+1
| * | | | ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-10-261-3/+6