summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley2010-05-061-2/+6
* ipv6: Fix default multicast hops setting.David S. Miller2010-05-041-1/+1
* Revert "tcp: bind() fix when many ports are bound"David S. Miller2010-04-281-10/+5Star
* ipv6: Fix inet6_csk_bind_conflict()Eric Dumazet2010-04-261-1/+1
* tcp: bind() fix when many ports are boundEric Dumazet2010-04-231-5/+10
* net: ipv6 bind to device issueJiri Olsa2010-04-221-1/+1
* ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...Shan Wei2010-04-221-1/+1
* xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel2010-04-221-1/+1
* ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu2010-04-211-1/+1
* ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1135-0/+35
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3035-0/+35
* | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-081-2/+2
|/
* ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明2010-03-291-4/+9
* net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-271-4/+7
* net: fix netlink address dumping in IPv4/IPv6Patrick McHardy2010-03-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-03-251-1/+1
|\
| * netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik2010-03-251-1/+1
* | net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-201-0/+3
* | ipv6: Remove redundant dst NULL check in ip6_dst_checkHerbert Xu2010-03-201-1/+1
|/
* ipv6: Send netlink notification when DAD failsHerbert Xu2010-03-131-0/+2
* tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet2010-03-081-1/+2
* ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.YOSHIFUJI Hideaki / 吉藤英明2010-03-082-18/+4Star
* net: backlog functions renameZhu Yi2010-03-052-3/+3
* udp: use limited socket backlogZhu Yi2010-03-051-10/+18
* tcp: use limited socket backlogZhu Yi2010-03-051-2/+4
* IPv6: fix race between cleanup and add/delete addressstephen hemminger2010-03-041-5/+13
* IPv6: addrconf notify when address is unavailablestephen hemminger2010-03-041-17/+29
* IPv6: addrconf timer racestephen hemminger2010-03-041-13/+15
* IPv6: addrconf dad timer unnecessary bh_disablestephen hemminger2010-03-041-5/+5
* ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-261-10/+15
|\
| * netfilter: xtables: restore indentationJan Engelhardt2010-02-261-10/+15
* | ipv6: Use 1280 as min MTU for ipv6 forwardingUlrich Weber2010-02-261-4/+8
* | ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber2010-02-263-4/+3Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-261-2/+14
|\ \
| * | net: Fix sysctl restarts...Eric W. Biederman2010-02-201-2/+14
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-252-229/+215Star
|\ \ \ | | |/ | |/|
| * | netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-241-27/+15Star
| * | netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt2010-02-241-62/+31Star
| * | netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-17/+61
| * | netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt2010-02-241-118/+61Star
| * | netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-241-56/+104
| * | netfilter: nf_conntrack_reasm: properly handle packets fragmented into a sing...Patrick McHardy2010-02-191-7/+1Star
* | | xfrm: SA lookups signature with markJamal Hadi Salim2010-02-234-5/+7
* | | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-1813-27/+23Star
* | | ipv6: use standard lists for FIB walksAlexey Dobriyan2010-02-181-13/+4Star
* | | ipv6: remove stale MIB definitionsAlexey Dobriyan2010-02-181-5/+0Star
|/ /
* | IPv6: convert mc_lock to spinlockStephen Hemminger2010-02-181-9/+10
* | net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-172-2/+0Star