index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-11
netfilter: xtables: change hotdrop pointer to direct modification
Jan Engelhardt
7
-17
/
+16
2010-05-11
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
8
-11
/
+8
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
10
-11
/
+14
2010-05-11
netfilter: xtables: combine struct xt_match_param and xt_target_param
Jan Engelhardt
1
-14
/
+13
2010-05-02
netfilter: xtables: dissolve do_match function
Jan Engelhardt
1
-17
/
+5
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
39
-498
/
+517
2010-04-19
netfilter: xtables: remove old comments about reentrancy
Jan Engelhardt
2
-5
/
+0
2010-04-19
netfilter: xt_TEE: have cloned packet travel through Xtables too
Jan Engelhardt
1
-1
/
+0
2010-04-19
netfilter: xtables: make ip_tables reentrant
Jan Engelhardt
1
-34
/
+22
2010-04-19
netfilter: xtables: inclusion of xt_TEE
Jan Engelhardt
1
-0
/
+1
2010-04-16
ipv6: fix the comment of ip6_xmit()
Shan Wei
1
-1
/
+1
2010-04-16
net: replace ipfragok with skb->local_df
Shan Wei
3
-5
/
+5
2010-04-16
ipv6: cancel to setting local_df in ip6_xmit()
Shan Wei
1
-4
/
+0
2010-04-15
netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as default
Patrick McHardy
1
-1
/
+1
2010-04-15
netfilter: ipv6: move xfrm_lookup at end of ip6_route_me_harder
Ulrich Weber
1
-14
/
+11
2010-04-14
net: fib_rules: decouple address families from real address families
Patrick McHardy
1
-1
/
+1
2010-04-14
net: fib_rules: set family in fib_rule_hdr centrally
Patrick McHardy
1
-1
/
+0
2010-04-13
netfilter: ipv6: add IPSKB_REROUTED exclusion to NF_HOOK/POSTROUTING invocation
Jan Engelhardt
1
-2
/
+3
2010-04-13
netfilter: ipv6: move POSTROUTING invocation before fragmentation
Jan Engelhardt
1
-26
/
+23
2010-04-13
IPv6: only notify protocols if address is compeletely gone
stephen hemminger
1
-1
/
+3
2010-04-13
ipv6: additional ref count for hash list unnecessary
stephen hemminger
1
-3
/
+0
2010-04-13
IPv6: keep tentative addresses in hash table
stephen hemminger
1
-7
/
+8
2010-04-13
IPv6: keep route for tentative address
stephen hemminger
1
-1
/
+2
2010-04-13
net: sk_dst_cache RCUification
Eric Dumazet
1
-12
/
+13
2010-04-12
inet: Remove unused send_check length argument
Herbert Xu
1
-1
/
+1
2010-04-12
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6
Herbert Xu
1
-18
/
+19
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
35
-2
/
+37
2010-04-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
35
-0
/
+35
2010-04-08
udp: fix for unicast RX path optimization
Jorge Boncompte [DTI2]
1
-2
/
+2
2010-04-08
netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queue
Herbert Xu
1
-2
/
+1
2010-04-07
xfrm: cache bundles instead of policies for outgoing flows
Timo Teräs
1
-31
/
+0
2010-04-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-10
/
+18
2010-04-04
icmp: Account for ICMP out errors
Eric Dumazet
2
-0
/
+3
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-2
/
+2
2010-03-31
ipv6 fib: Use "Sweezle" to optimize addr_bit_test().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+13
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
35
-0
/
+35
2010-03-29
ipv6: Don't drop cache route entry unless timer actually expired.
YOSHIFUJI Hideaki / 吉藤英明
1
-4
/
+9
2010-03-27
net: ipmr/ip6mr: prevent out-of-bounds vif_table access
Nicolas Dichtel
1
-4
/
+7
2010-03-27
net: fix netlink address dumping in IPv4/IPv6
Patrick McHardy
1
-1
/
+1
2010-03-26
ipv6: Fix result generation in ipv6_get_ifaddr().
David S. Miller
1
-3
/
+4
2010-03-26
ipv6: Preserve pervious behavior in ipv6_link_dev_addr().
David S. Miller
1
-1
/
+1
2010-03-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-1
/
+1
2010-03-25
netfilter: xtables: change targets to return error code
Jan Engelhardt
2
-6
/
+6
2010-03-25
netfilter: xtables: change matches to return error code
Jan Engelhardt
7
-14
/
+14
2010-03-25
netfilter: xtables: change xt_target.checkentry return type
Jan Engelhardt
2
-2
/
+2
2010-03-25
netfilter: xtables: change xt_match.checkentry return type
Jan Engelhardt
7
-7
/
+7
2010-03-25
netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
9
-21
/
+21
2010-03-25
netfilter: xtables: consolidate code into xt_request_find_match
Jan Engelhardt
1
-10
/
+8
2010-03-25
netfilter: xtables: make use of xt_request_find_target
Jan Engelhardt
1
-12
/
+8
2010-03-25
netfilter: xt extensions: use pr_<level> (2)
Jan Engelhardt
7
-31
/
+29
[next]