summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu
2013-12-11ipv6: router reachability probingJiri Benc
2013-12-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko
2013-12-09neigh: convert parms to an arrayJiri Pirko
2013-12-06ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko
2013-12-06ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()Eric Dumazet
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher
2013-12-02IPv6: Fixed support for blackhole and prohibit routesKamala R
2013-12-02ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail
2013-12-02ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng
2013-11-23ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-18ipv6: Fix inet6_init() cleanup orderVlad Yasevich
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-11-18net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam
2013-11-18netfilter: synproxy: send mss option to backendMartin Topholm
2013-11-14ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel
2013-11-14sit/gre6: don't try to add the same route two timesNicolas Dichtel
2013-11-14sit: link local routes are missingNicolas Dichtel
2013-11-14sit: fix prefix length of ll and v4mapped addressesNicolas Dichtel
2013-11-14sit: fix use after free of fb_tunnel_devWillem de Bruijn
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-11ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-11-11ip6_output: fragment outgoing reassembled skb properlyJiri Pirko
2013-11-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong
2013-11-08ipv6: protect flow label renew against GCFlorent Fourcot
2013-11-08ipv6: increase maximum lifetime of flow labelsFlorent Fourcot
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot
2013-11-06ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-11-05ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong