index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-12
/
+38
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
5
-9
/
+9
2013-06-12
netfilter: xt_TCPMSS: Fix missing fragmentation handling
Phil Oester
1
-0
/
+4
2013-06-12
netfilter: xt_TCPMSS: Fix IPv6 default MSS too
Phil Oester
1
-7
/
+14
2013-06-11
net_sched: add 64bit rate estimators
Eric Dumazet
1
-1
/
+1
2013-06-11
netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()
Pablo Neira Ayuso
1
-2
/
+4
2013-06-10
ipvs: info leak in __ip_vs_get_dest_entries()
Dan Carpenter
1
-0
/
+1
2013-06-07
netfilter: nfnetlink_queue: fix missing HW protocol
Pablo Neira Ayuso
1
-3
/
+3
2013-06-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
8
-74
/
+116
2013-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-13
/
+55
2013-06-05
netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS option
Phil Oester
1
-0
/
+6
2013-06-05
netfilter: nfnetlink_queue: only add CAP_LEN attr when needed
Florian Westphal
1
-1
/
+2
2013-06-05
netfilter: nfnetlink_queue: cleanup copy_range usage
Florian Westphal
1
-10
/
+12
2013-06-05
netfilter: nfnetlink_cttimeout: fix incomplete dumping of objects
Pablo Neira Ayuso
1
-2
/
+5
2013-06-05
netfilter: nfnetlink_acct: fix incomplete dumping of objects
Pablo Neira Ayuso
1
-2
/
+5
2013-06-01
netfilter: Correct calculation using skb->tail and skb-network_header
Simon Horman
1
-1
/
+1
2013-05-29
ipvs: ip_vs_sh: fix build
Jan Beulich
1
-1
/
+1
2013-05-29
netfilter: xt_LOG: fix mark logging for IPv6 packets
Michal Kubeček
1
-1
/
+1
2013-05-29
net: pass info struct via netdevice notifier
Jiri Pirko
3
-4
/
+4
2013-05-27
netfilter: Implement RFC 1123 for FTP conntrack
Jeff Mahoney
1
-19
/
+54
2013-05-27
ipvs: Fix reuse connection if real server is dead
Grzegorz Lyczba
1
-0
/
+35
2013-05-27
netfilter: nfnetlink_queue: avoid peer_portid test
Florian Westphal
1
-4
/
+0
2013-05-26
ipvs: change type of netns_ipvs->sysctl_sync_qlen_max
Zhang Yanfei
1
-2
/
+2
2013-05-23
ipvs: use cond_resched_rcu() helper when walking connections
Simon Horman
1
-15
/
+8
2013-05-23
netfilter: don't panic on error while walking through the init path
Pablo Neira Ayuso
2
-10
/
+16
2013-05-23
netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6
Florian Westphal
2
-11
/
+18
2013-05-23
netfilter: xt_socket: use IP early demux
Eric Dumazet
1
-10
/
+16
2013-05-23
netfilter: xt_CT: optimize XT_CT_NOTRACK
Eric Dumazet
1
-4
/
+6
2013-05-16
netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundary
Pablo Neira Ayuso
1
-3
/
+14
2013-05-15
netfilter: log: netns NULL ptr bug when calling from conntrack
Hans Schillstrom
4
-10
/
+12
2013-05-06
netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FS
Pablo Neira Ayuso
3
-1
/
+8
2013-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-13
/
+18
2013-05-02
proc: Supply PDE attribute setting accessor functions
David Howells
1
-2
/
+1
2013-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
76
-5286
/
+5835
2013-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2013-04-30
net/netfilter: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-29
xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs guts
Al Viro
1
-3
/
+11
2013-04-29
sctp: Correct type and usage of sctp_end_cksum()
Simon Horman
1
-3
/
+2
2013-04-29
netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixup
Florian Westphal
1
-2
/
+3
2013-04-29
netfilter: nfnetlink_queue: add skb info attribute
Florian Westphal
1
-0
/
+16
2013-04-29
netfilter: move skb_gso_segment into nfnetlink_queue module
Florian Westphal
2
-104
/
+146
2013-04-29
netfilter: nf_queue: move device refcount bump to extra function
Florian Westphal
1
-21
/
+28
2013-04-29
netfilter: ipset: set match: add support to match the counters
Jozsef Kadlecsik
3
-3
/
+77
2013-04-29
netfilter: ipset: The list:set type with counter support
Jozsef Kadlecsik
1
-6
/
+67
2013-04-29
netfilter: ipset: The hash types with counter support
Jozsef Kadlecsik
8
-19
/
+381
2013-04-29
netfilter: ipset: The bitmap types with counter support
Jozsef Kadlecsik
4
-15
/
+186
2013-04-29
netfilter: ipset: Introduce the counter extension in the core
Jozsef Kadlecsik
1
-0
/
+10
2013-04-29
netfilter: ipset: list:set type using the extension interface
Jozsef Kadlecsik
1
-246
/
+301
2013-04-29
netfilter: ipset: Hash types using the unified code base
Jozsef Kadlecsik
7
-1865
/
+610
2013-04-29
netfilter: ipset: Unified hash type generation
Jozsef Kadlecsik
1
-0
/
+1039
[next]