index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
802: fix a possible race condition
Cong Wang
2013-04-07
1
-0
/
+4
*
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2013-04-07
46
-1946
/
+2273
|
\
|
*
netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation hand...
Hannes Frederic Sowa
2013-04-06
1
-2
/
+20
|
*
netfilter: remove unneeded variable proc_net_netfilter
Pablo Neira Ayuso
2013-04-05
1
-12
/
+4
|
*
netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queue
Gao feng
2013-04-05
1
-60
/
+113
|
*
netfilter: enable per netns support for nf_loggers
Gao feng
2013-04-05
1
-21
/
+0
|
*
netfilter: nfnetlink_log: add net namespace support for nfnetlink_log
Gao feng
2013-04-05
1
-60
/
+117
|
*
netfilter: ipt_ULOG: add net namespace support for ipt_ULOG
Gao feng
2013-04-05
1
-40
/
+89
|
*
netfilter: ebt_ulog: add net namespace support for ebt_ulog
Gao feng
2013-04-05
1
-37
/
+88
|
*
netfilter: xt_LOG: add net namespace support for xt_LOG
Gao feng
2013-04-05
1
-3
/
+49
|
*
netfilter: ebt_log: add net namespace support for ebt_log
Gao feng
2013-04-05
1
-2
/
+35
|
*
netfilter: nf_log: prepare net namespace support for loggers
Gao feng
2013-04-05
14
-96
/
+216
|
*
netfilter: make /proc/net/netfilter pernet
Gao feng
2013-04-05
1
-4
/
+29
|
*
netfilter: xt_NFQUEUE: coalesce IPv4 and IPv6 hashing
holger@eitzenberger.org
2013-04-02
1
-20
/
+22
|
*
netfilter: xt_NFQUEUE: introduce CPU fanout
holger@eitzenberger.org
2013-04-02
1
-2
/
+39
|
*
netfilter: use IS_ENABLE to replace if defined in TRACE target
Gao feng
2013-04-02
2
-6
/
+3
|
*
ipvs: do not disable bh for long time
Julian Anastasov
2013-04-02
12
-87
/
+64
|
*
ipvs: convert services to rcu
Julian Anastasov
2013-04-02
17
-240
/
+177
|
*
ipvs: convert dests to rcu
Julian Anastasov
2013-04-02
3
-25
/
+26
|
*
ipvs: convert sched_lock to spin lock
Julian Anastasov
2013-04-02
5
-32
/
+32
|
*
ipvs: do not expect result from done_service
Julian Anastasov
2013-04-02
7
-28
/
+10
|
*
ipvs: reorganize dest trash
Julian Anastasov
2013-04-02
1
-74
/
+104
|
*
ipvs: convert wrr scheduler to rcu
Julian Anastasov
2013-04-02
1
-64
/
+103
|
*
ipvs: convert wlc scheduler to rcu
Julian Anastasov
2013-04-02
1
-2
/
+2
|
*
ipvs: convert sh scheduler to rcu
Julian Anastasov
2013-04-02
1
-36
/
+45
|
*
ipvs: convert sed scheduler to rcu
Julian Anastasov
2013-04-02
1
-2
/
+2
|
*
ipvs: convert rr scheduler to rcu
Julian Anastasov
2013-04-02
1
-20
/
+35
|
*
ipvs: convert nq scheduler to rcu
Julian Anastasov
2013-04-02
1
-1
/
+1
|
*
ipvs: convert lc scheduler to rcu
Julian Anastasov
2013-04-02
1
-1
/
+1
|
*
ipvs: convert lblcr scheduler to rcu
Julian Anastasov
2013-04-02
1
-81
/
+90
|
*
ipvs: convert lblc scheduler to rcu
Julian Anastasov
2013-04-02
1
-41
/
+55
|
*
ipvs: convert dh scheduler to rcu
Julian Anastasov
2013-04-02
1
-36
/
+45
|
*
ipvs: add ip_vs_dest_hold and ip_vs_dest_put
Julian Anastasov
2013-04-02
3
-11
/
+6
|
*
ipvs: preparations for using rcu in schedulers
Julian Anastasov
2013-04-02
2
-0
/
+14
|
*
ipvs: change ip_vs_sched_lock to mutex
Julian Anastasov
2013-04-02
1
-12
/
+12
|
*
ipvs: avoid kmem_cache_zalloc in ip_vs_conn_new
Julian Anastasov
2013-04-02
1
-5
/
+19
|
*
ipvs: reorder keys in connection structure
Julian Anastasov
2013-04-02
1
-9
/
+10
|
*
ipvs: convert connection locking
Julian Anastasov
2013-04-02
1
-108
/
+122
|
*
ipvs: convert locks used in persistence engines
Julian Anastasov
2013-04-02
2
-30
/
+14
|
*
ipvs: remove rs_lock by using RCU
Julian Anastasov
2013-04-02
2
-60
/
+33
|
*
ipvs: convert app locks
Julian Anastasov
2013-04-02
5
-45
/
+39
|
*
ipvs: optimize dst usage for real server
Julian Anastasov
2013-04-02
3
-56
/
+168
|
*
ipvs: consolidate all dst checks on transmit in one place
Julian Anastasov
2013-04-02
1
-392
/
+235
|
*
ipvs: do not use skb_share_check
Julian Anastasov
2013-04-02
1
-43
/
+2
|
*
ipvs: no need to reroute anymore on DNAT over loopback
Julian Anastasov
2013-04-02
1
-56
/
+2
|
*
ipvs: rename functions related to dst_cache reset
Julian Anastasov
2013-04-02
2
-26
/
+22
|
*
ipvs: convert the IP_VS_XMIT macros to functions
Julian Anastasov
2013-04-02
1
-62
/
+72
|
*
ipvs: prefer NETDEV_DOWN event to free cached dsts
Julian Anastasov
2013-04-02
1
-5
/
+3
|
*
ipvs: avoid routing by TOS for real server
Julian Anastasov
2013-04-02
1
-33
/
+25
|
*
net: add skb_dst_set_noref_force
Julian Anastasov
2013-04-02
1
-4
/
+5
[next]