summaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
Commit message (Expand)AuthorAgeFilesLines
* net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-131-0/+1
* per-netns ipv4 sysctl_tcp_memGlauber Costa2011-12-131-0/+2
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-7/+7
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
* ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet2011-11-141-4/+4
* net: make ipv6 bind honour freebindMaciej Żenczykowski2011-11-081-1/+1
* gro: refetch inet6_protos[] after pulling ext headersYan, Zheng2011-10-101-0/+1
* net: bind() fix error return on wrong address familyMarcus Meissner2011-07-051-1/+1
* net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner2011-06-061-0/+4
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-131-2/+2
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-131-16/+16
* net: Make flowi ports AF dependent.David S. Miller2011-03-131-2/+2
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-3/+3
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-011-12/+5Star
* net: change netdev->features to u32Michał Mirosław2011-01-251-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * fix comment typos concerning "consistent"Uwe Kleine-König2010-12-101-1/+1
* | inet6: Remove redundant unlikely()Tobias Klauser2010-12-101-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-211-1/+2
|\
| * tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabledBalazs Scheidler2010-10-211-1/+2
* | net: return operator cleanupEric Dumazet2010-09-231-3/+3
|/
* inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-131-4/+4
* snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-261-5/+10
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-021-7/+2Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-1/+1
|\
| * ipv6: Fix default multicast hops setting.David S. Miller2010-05-041-1/+1
* | IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-241-0/+3
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-171-14/+14
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-2/+2
* net: check kern before calling security subsystemEric Paris2009-11-061-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* net: drop capability from protocol definitionsEric Paris2009-11-061-1/+1
* ipv6: no more dev_put() in inet6_bind()Eric Dumazet2009-11-021-8/+9
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-14/+14
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* Use sk_mark for IPv6 routing lookupsBrian Haley2009-10-071-0/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-151-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-1/+3
|\
| * ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...Bruno Prémont2009-08-241-1/+3
* | udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2009-07-121-3/+17
|/
* ipv6: Use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-261-0/+2
* IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley2009-06-011-5/+17
* gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-271-3/+10
* ipv6: Make v4-mapped bindings consistent with IPv4Vlad Yasevich2009-03-251-3/+11
* ipv6: Allow ipv4 wildcard binds after ipv6 address bindsVlad Yasevich2009-03-251-1/+4
* ipv6: Disallow binding to v4-mapped address on v6-only socket.Vlad Yasevich2009-03-251-0/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-0/+3
|\