aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
Commit message (Expand)AuthorAge
* net: bind() fix error return on wrong address familyMarcus Meissner2011-07-05
* net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner2011-06-06
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* Fix common misspellingsLucas De Marchi2011-03-31
* net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-12
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* net: Make flowi ports AF dependent.David S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* ipv6: Consolidate route lookup sequences.David S. Miller2011-03-01
* net: change netdev->features to u32Michał Mirosław2011-01-24
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * fix comment typos concerning "consistent"Uwe Kleine-König2010-12-10
* | inet6: Remove redundant unlikely()Tobias Klauser2010-12-10
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-21
|\
| * tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabledBalazs Scheidler2010-10-21
* | net: return operator cleanupEric Dumazet2010-09-23
|/
* inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-12
* snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-26
* ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard2010-06-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-12
|\
| * ipv6: Fix default multicast hops setting.David S. Miller2010-05-04
* | IPv6: Complete IPV6_DONTFRAG supportBrian Haley2010-04-24
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-17
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-17
* net: check kern before calling security subsystemEric Paris2009-11-06
* net: pass kern to net_proto_family create functionEric Paris2009-11-06
* net: drop capability from protocol definitionsEric Paris2009-11-06
* ipv6: no more dev_put() in inet6_bind()Eric Dumazet2009-11-02
* inet: rename some inet_sock fieldsEric Dumazet2009-10-18
* net: mark net_proto_ops as constStephen Hemminger2009-10-07
* Use sk_mark for IPv6 routing lookupsBrian Haley2009-10-07
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-02
|\
| * ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...Bruno Prémont2009-08-23
* | udpv6: Handle large incoming UDP/IPv6 packets and support software UFOSridhar Samudrala2009-07-12
|/
* ipv6: Use rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-26
* IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley2009-06-01
* gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu2009-05-27
* ipv6: Make v4-mapped bindings consistent with IPv4Vlad Yasevich2009-03-24
* ipv6: Allow ipv4 wildcard binds after ipv6 address bindsVlad Yasevich2009-03-24
* ipv6: Disallow binding to v4-mapped address on v6-only socket.Vlad Yasevich2009-03-24
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-17
|\
| * ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra2009-03-11
* | net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-05
|\|
| * IPv6: add "disable" module parameter support to ipv6.koBrian Haley2009-03-04
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-29
|/
* gro: Fix handling of complete checksums in IPv6Herbert Xu2009-01-20