aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-22netconf: add support for IPv6 proxy_ndpstephen hemminger1-1/+48
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller9-20/+12
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa4-5/+11
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa1-1/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-10/+9
2013-12-15net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu1-8/+4
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa1-4/+5
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot1-1/+2
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2-13/+47
2013-12-11ipv6: router reachability probingJiri Benc1-6/+10
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-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko1-2/+2
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot2-2/+2
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2-6/+2
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2-2/+0
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2-0/+8
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko1-0/+2
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2-2/+2
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko1-5/+5
2013-12-09neigh: convert parms to an arrayJiri Pirko2-24/+31
2013-12-06ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addressesJiri Pirko1-72/+99
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko1-12/+20
2013-12-06ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()Eric Dumazet1-11/+14
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher7-14/+7
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert9-20/+12
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