index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fib_rules: decouple address families from real address families
Patrick McHardy
2010-04-13
1
-1
/
+1
*
net: fib_rules: set family in fib_rule_hdr centrally
Patrick McHardy
2010-04-13
1
-1
/
+0
*
IPv6: only notify protocols if address is compeletely gone
stephen hemminger
2010-04-13
1
-1
/
+3
*
ipv6: additional ref count for hash list unnecessary
stephen hemminger
2010-04-13
1
-3
/
+0
*
IPv6: keep tentative addresses in hash table
stephen hemminger
2010-04-13
1
-7
/
+8
*
IPv6: keep route for tentative address
stephen hemminger
2010-04-13
1
-1
/
+2
*
net: sk_dst_cache RCUification
Eric Dumazet
2010-04-13
1
-12
/
+13
*
inet: Remove unused send_check length argument
Herbert Xu
2010-04-12
1
-1
/
+1
*
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6
Herbert Xu
2010-04-12
1
-18
/
+19
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
35
-2
/
+37
|
\
|
*
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2010-04-11
35
-0
/
+35
|
|
\
|
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
35
-0
/
+35
|
*
|
udp: fix for unicast RX path optimization
Jorge Boncompte [DTI2]
2010-04-08
1
-2
/
+2
|
|
/
*
|
xfrm: cache bundles instead of policies for outgoing flows
Timo Teräs
2010-04-07
1
-31
/
+0
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-07
4
-10
/
+18
|
\
|
|
*
ipv6: Don't drop cache route entry unless timer actually expired.
YOSHIFUJI Hideaki / 吉藤英明
2010-03-29
1
-4
/
+9
|
*
net: ipmr/ip6mr: prevent out-of-bounds vif_table access
Nicolas Dichtel
2010-03-27
1
-4
/
+7
|
*
net: fix netlink address dumping in IPv4/IPv6
Patrick McHardy
2010-03-27
1
-1
/
+1
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2010-03-25
1
-1
/
+1
|
|
\
|
|
*
netfilter: ip6table_raw: fix table priority
Jozsef Kadlecsik
2010-03-25
1
-1
/
+1
*
|
|
icmp: Account for ICMP out errors
Eric Dumazet
2010-04-04
2
-0
/
+3
*
|
|
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
1
-2
/
+2
*
|
|
ipv6 fib: Use "Sweezle" to optimize addr_bit_test().
YOSHIFUJI Hideaki / 吉藤英明
2010-03-31
1
-2
/
+13
*
|
|
ipv6: Fix result generation in ipv6_get_ifaddr().
David S. Miller
2010-03-26
1
-3
/
+4
*
|
|
ipv6: Preserve pervious behavior in ipv6_link_dev_addr().
David S. Miller
2010-03-26
1
-1
/
+1
*
|
|
net: remove trailing space in messages
Frans Pop
2010-03-24
1
-2
/
+2
*
|
|
ipv6: Fix bug in ipv6_chk_same_addr().
David S. Miller
2010-03-21
1
-8
/
+7
*
|
|
ipv6: Reduce timer events for addrconf_verify().
YOSHIFUJI Hideaki
2010-03-21
1
-4
/
+23
*
|
|
IPv6: addrconf cleanup addrconf_verify
stephen hemminger
2010-03-21
1
-9
/
+4
*
|
|
addrconf: checkpatch fixes
Stephen Hemminger
2010-03-21
1
-173
/
+179
*
|
|
IPv6: addrconf cleanups
Stephen Hemminger
2010-03-21
1
-23
/
+28
*
|
|
ipv6: convert idev_list to list macros
stephen hemminger
2010-03-20
1
-39
/
+39
*
|
|
ipv6: user better hash for addrconf
stephen hemminger
2010-03-20
1
-17
/
+8
*
|
|
IPv6: convert addrconf hash list to RCU
stephen hemminger
2010-03-20
1
-41
/
+44
*
|
|
ipv6: convert addrconf list to hlist
stephen hemminger
2010-03-20
1
-75
/
+53
*
|
|
ipv6: convert temporary address list to list macros
stephen hemminger
2010-03-20
1
-18
/
+12
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-03-20
2
-1
/
+4
|
\
|
|
|
*
|
net: ipmr/ip6mr: fix potential out-of-bounds vif_table access
Patrick McHardy
2010-03-20
1
-0
/
+3
|
*
|
ipv6: Remove redundant dst NULL check in ip6_dst_check
Herbert Xu
2010-03-20
1
-1
/
+1
|
|
/
*
/
net: rename notifier defines for netdev type change
Jiri Pirko
2010-03-19
1
-8
/
+8
|
/
*
ipv6: Send netlink notification when DAD fails
Herbert Xu
2010-03-13
1
-0
/
+2
*
tcp: Add SNMP counters for backlog and min_ttl drops
Eric Dumazet
2010-03-08
1
-1
/
+2
*
ipv6: Optmize translation between IPV6_PREFER_SRC_xxx and RT6_LOOKUP_F_xxx.
YOSHIFUJI Hideaki / 吉藤英明
2010-03-08
2
-18
/
+4
*
net: backlog functions rename
Zhu Yi
2010-03-05
2
-3
/
+3
*
udp: use limited socket backlog
Zhu Yi
2010-03-05
1
-10
/
+18
*
tcp: use limited socket backlog
Zhu Yi
2010-03-05
1
-2
/
+4
*
IPv6: fix race between cleanup and add/delete address
stephen hemminger
2010-03-04
1
-5
/
+13
*
IPv6: addrconf notify when address is unavailable
stephen hemminger
2010-03-04
1
-17
/
+29
*
IPv6: addrconf timer race
stephen hemminger
2010-03-04
1
-13
/
+15
*
IPv6: addrconf dad timer unnecessary bh_disable
stephen hemminger
2010-03-04
1
-5
/
+5
[next]