Sign in
gem5
/
arm
/
linux
/
dbb912cd4ce64e763c5610b49a85529d2634e9d8
/
net
/
netfilter
f5c1018
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
be3eed2
netfilter: nf_ct_h323: fix usage of MODULE_ALIAS_NFCT_HELPER
by Pablo Neira Ayuso
· 13 years ago
1a52099
netfilter: xt_CT: remove redundant header include
by Eldad Zack
· 13 years ago
127f559
netfilter: ipset: fix timeout value overflow bug
by Jozsef Kadlecsik
· 13 years ago
1a4ac98
netfilter: nf_ct_tcp: extend log message for invalid ignored packets
by Pablo Neira Ayuso
· 13 years ago
c44f5fa
netfilter: xt_HMARK: modulus is expensive for hash calculation
by Pablo Neira Ayuso
· 13 years ago
5861811
netfilter: xt_HMARK: potential NULL dereference in get_inner_hdr()
by Dan Carpenter
· 13 years ago
1f27e25
netfilter: xt_hashlimit: use _ALL macro to reject unknown flag bits
by Florian Westphal
· 13 years ago
26a5d3c
netfilter: ipset: fix hash size checking in kernel
by Jozsef Kadlecsik
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
19e8d69
net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx
by Alex Shi
· 13 years ago
8561cf9
netfilter: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
0197dee
netfilter: hashlimit: byte-based limit mode
by Florian Westphal
· 13 years ago
817e076
netfilter: hashlimit: move rateinfo initialization to helper
by Florian Westphal
· 13 years ago
7a909ac
netfilter: limit, hashlimit: avoid duplicated inline
by Florian Westphal
· 13 years ago
cf308a1
netfilter: add xt_hmark target for hash-based skb marking
by Hans Schillstrom
· 13 years ago
84018f5
netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()
by Hans Schillstrom
· 13 years ago
6714cf5
netfilter: nf_conntrack: fix explicit helper attachment and NAT
by Pablo Neira Ayuso
· 13 years ago
9768e1a
netfilter: nf_ct_expect: partially implement ctnetlink_change_expect
by Kelvie Wong
· 13 years ago
068d522
ipvs: ip_vs_proto: local functions should not be exposed globally
by H Hartley Sweeten
· 13 years ago
d5cce20
ipvs: ip_vs_ftp: local functions should not be exposed globally
by H Hartley Sweeten
· 13 years ago
6b324db
ipvs: optimize the use of flags in ip_vs_bind_dest
by Pablo Neira Ayuso
· 13 years ago
f73181c
ipvs: add support for sync threads
by Pablo Neira Ayuso
· 13 years ago
749c42b
ipvs: reduce sync rate with time thresholds
by Julian Anastasov
· 13 years ago
1c003b1
ipvs: wakeup master thread
by Pablo Neira Ayuso
· 13 years ago
cdcc5e9
ipvs: always update some of the flags bits in backup
by Julian Anastasov
· 13 years ago
882a844
ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter
by Julian Anastasov
· 13 years ago
06611f8
ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest
by Julian Anastasov
· 13 years ago
82cfc06
ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server
by Julian Anastasov
· 13 years ago
9615e61e
ipvs: use GFP_KERNEL allocation where possible
by Sasha Levin
· 13 years ago
d6318f0
ipvs: SH scheduler does not need GFP_ATOMIC allocation
by Julian Anastasov
· 13 years ago
45d4e71
ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init
by Julian Anastasov
· 13 years ago
4f2a94d
ipvs: WRR scheduler does not need GFP_ATOMIC allocation
by Julian Anastasov
· 13 years ago
4beddbe
ipvs: DH scheduler does not need GFP_ATOMIC allocation
by Julian Anastasov
· 13 years ago
748d845
ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init
by Julian Anastasov
· 13 years ago
41cff6d
ipvs: timeout tables do not need GFP_ATOMIC allocation
by Julian Anastasov
· 13 years ago
a900689
netfilter: nf_ct_helper: allow to disable automatic helper assignment
by Eric Leblond
· 13 years ago
031d770
netfilter: nf_ct_ecache: refactor notifier registration
by Tony Zelenoff
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
6cf5185
netfilter: xt_CT: fix wrong checking in the timeout assignment path
by Pablo Neira Ayuso
· 13 years ago
8537de8
ipvs: kernel oops - do_ip_vs_get_ctl
by Hans Schillstrom
· 13 years ago
582b8e3
ipvs: take care of return value from protocol init_netns
by Hans Schillstrom
· 13 years ago
4b984cd
ipvs: null check of net->ipvs in lblc(r) shedulers
by Hans Schillstrom
· 13 years ago
39f618b
ipvs: reset ipvs pointer in netns
by Julian Anastasov
· 13 years ago
8d08d71
ipvs: add check in ftp for initialized core
by Julian Anastasov
· 13 years ago
8f9b9a2
ipvs: fix crash in ip_vs_control_net_cleanup on unload
by Julian Anastasov
· 13 years ago
7118c07
ipvs: Verify that IP_VS protocol has been registered
by Sasha Levin
· 13 years ago
4a17fd5
sock: Introduce named constants for sk_reuse
by Pavel Emelyanov
· 13 years ago
a5347fe
net: Delete all remaining instances of ctl_path
by Eric W. Biederman
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
f99e8f7
net: Convert nf_conntrack_proto to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
011e3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
6ba9006
netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_net
by Gao feng
· 13 years ago
6ee0b69
netfilter: nf_ct_tcp: don't scale the size of the window up twice
by Changli Gao
· 13 years ago
d96fc65
netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_alloc
by Pablo Neira Ayuso
· 13 years ago
ee14186
netfilter: xt_CT: fix missing put timeout object in error path
by Pablo Neira Ayuso
· 13 years ago
ca53e44
netfilter: xt_CT: allocation has to be GFP_ATOMIC under rcu_read_lock section
by Pablo Neira Ayuso
· 13 years ago
9b46178
Merge branch 'master' of git://1984.lsi.us.es/net
by David S. Miller
· 13 years ago
44b52bc
netfilter: xt_CT: remove a compile warning
by Pablo Neira Ayuso
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
7cf7899
ipset: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
969e8e2
ipvs: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
bae65be
nf_conntrack_core: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
cc1eb43
nf_conntrack_netlink: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
516ee48
nf_conntrack_proto_dccp: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
f577694
nf_conntrack_proto_generic: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
242ddfc
nf_conntrack_proto_gre: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
5e8d1eb
nf_conntrack_proto_sctp: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
4925a45
nf_conntrack_proto_tcp: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
3c60a17
nf_conntrack_proto_udp{,lite}: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
7c80118
nfnetlink_acct: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
48f03bd
nfnetlink_cttimeout: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
1db20a5
nfnetlink_log: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
a447189
nfnetlink_queue: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
6523cf9
net/netfilter/nfnetlink_acct.c: use linux/atomic.h
by Andrew Morton
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
60b5f8f
netfilter: nf_conntrack: permanently attach timeout policy to conntrack
by Pablo Neira Ayuso
· 13 years ago
eeb4cb9
netfilter: xt_CT: fix assignation of the generic protocol tracker
by Pablo Neira Ayuso
· 13 years ago
1ac0bf9
netfilter: xt_CT: missing rcu_read_lock section in timeout assignment
by Pablo Neira Ayuso
· 13 years ago
c1ebd7d
netfilter: cttimeout: fix dependency with l4protocol conntrack module
by Pablo Neira Ayuso
· 13 years ago
a0f65a2
netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6
by Pablo Neira Ayuso
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
9c2b957
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
a16a164
netfilter: ctnetlink: fix race between delete and timeout expiration
by Pablo Neira Ayuso
· 13 years ago
35239e2
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
24de58f
netfilter: xt_CT: allow to attach timeout policy + glue code
by Pablo Neira Ayuso
· 13 years ago
dd70507
netfilter: nf_ct_ext: add timeout extension
by Pablo Neira Ayuso
· 13 years ago
5097846
netfilter: add cttimeout infrastructure for fine timeout tuning
by Pablo Neira Ayuso
· 13 years ago
2c8503f
netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
by Pablo Neira Ayuso
· 13 years ago
b888341
netfilter: nf_ct_gre: add unsigned int array to define timeouts
by Pablo Neira Ayuso
· 13 years ago
33ee446
netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to array
by Pablo Neira Ayuso
· 13 years ago
5a41db9
netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to array
by Pablo Neira Ayuso
· 13 years ago
3b988ec
netfilter: ctnetlink: fix lockep splats
by Hans Schillstrom
· 13 years ago
Next »