summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-022-6/+6
* ipv6: namespace cleanupsstephen hemminger2014-01-022-19/+35
* netlink: cleanup rntl_af_registerstephen hemminger2014-01-021-4/+1Star
* ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing2013-12-311-4/+1Star
* ipv6: cleanup for tcp_ipv6.cWeilong Chen2013-12-261-11/+11
* netconf: add support for IPv6 proxy_ndpstephen hemminger2013-12-231-1/+48
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-209-20/+12Star
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-069-20/+12Star
* | ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-184-5/+11
* | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-187-10/+9Star
|\ \
| * | 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
| |/
* | net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu2013-12-161-8/+4Star
* | ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa2013-12-141-4/+5
* | ipv6: fix incorrect type in declarationFlorent Fourcot2013-12-121-1/+2
* | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-122-13/+47
* | ipv6: router reachability probingJiri Benc2013-12-111-6/+10
* | ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko2013-12-101-2/+2
* | ipv6: use ip6_flowinfo helperFlorent Fourcot2013-12-101-2/+1Star
* | ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-102-2/+2
* | ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2013-12-102-6/+2Star
* | ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2013-12-102-2/+0Star
* | ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2013-12-102-0/+8
* | neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-101-0/+2
* | neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-102-2/+2
* | neigh: wrap proc dointvec functionsJiri Pirko2013-12-101-5/+5
* | neigh: convert parms to an arrayJiri Pirko2013-12-102-24/+31
* | ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...Jiri Pirko2013-12-061-72/+99
* | ipv6 addrconf: extend ifa_flags to u32Jiri Pirko2013-12-061-12/+20
* | ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()Eric Dumazet2013-12-061-11/+14
* | ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-067-14/+7Star
|/
* 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