index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-28
netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...
Pablo Neira Ayuso
1
-1
/
+6
2016-03-28
netfilter: ipset: fix race condition in ipset save, swap and delete
Vishwanath Pai
4
-8
/
+31
2016-03-15
netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait
Nicholas Mc Guire
1
-4
/
+2
2016-03-12
netfilter: x_tables: check for size overflow
Florian Westphal
1
-0
/
+3
2016-03-11
netfilter: nft_compat: check match/targetinfo attr size
Florian Westphal
1
-0
/
+6
2016-03-11
Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
3
-12
/
+35
2016-03-10
Merge branch 'master' of git://blackhole.kfki.hu/nf
Pablo Neira Ayuso
4
-31
/
+32
2016-03-08
netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length
Jozsef Kadlecsik
2
-1
/
+4
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-55
/
+99
2016-03-07
ipvs: correct initial offset of Call-ID header search in SIP persistence engine
Marco Angaroni
1
-1
/
+1
2016-03-07
ipvs: allow rescheduling after RST
Julian Anastasov
1
-0
/
+1
2016-03-07
ipvs: drop first packet to redirect conntrack
Julian Anastasov
1
-9
/
+28
2016-03-07
ipvs: handle ip_vs_fill_iph_skb_off failure
Arnd Bergmann
1
-2
/
+2
2016-03-02
netfilter: nft_masq: support port range
Pablo Neira Ayuso
1
-11
/
+40
2016-03-02
netfilter: xtables: don't hook tables by default
Florian Westphal
1
-25
/
+40
2016-03-02
Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Pablo Neira Ayuso
2
-17
/
+8
2016-03-01
net: remove skb_sender_cpu_clear()
WANG Cong
2
-7
/
+0
2016-02-29
netfilter: xt_osf: remove unused variable
Sudip Mukherjee
1
-2
/
+0
2016-02-29
netfilter: meta: add PRANDOM support
Florian Westphal
1
-0
/
+11
2016-02-29
netfilter: nfnetlink_acct: validate NFACCT_FILTER parameters
Phil Turnbull
1
-0
/
+3
2016-02-24
netfilter: ipset: Fix set:list type crash when flush/dump set in parallel
Jozsef Kadlecsik
2
-30
/
+28
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-13
/
+20
2016-02-18
nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"
Florian Westphal
1
-4
/
+2
2016-02-18
nfnetlink: remove nfnetlink_alloc_skb
Florian Westphal
2
-10
/
+2
2016-02-18
netfilter: ipvs: avoid unused variable warnings
Arnd Bergmann
2
-15
/
+8
2016-02-18
netfilter: ipvs: Remove noisy debug print from ip_vs_del_service
Yannick Brosseau
1
-2
/
+0
2016-02-12
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads
Edward Cree
1
-4
/
+2
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
2
-18
/
+41
2016-02-08
netfilter: nft_counter: fix erroneous return values
Anton Protopopov
1
-2
/
+2
2016-02-08
netfilter: tee: select NF_DUP_IPV6 unconditionally
Arnd Bergmann
2
-3
/
+3
2016-02-08
netfilter: nfnetlink: correctly validate length of batch messages
Phil Turnbull
1
-4
/
+6
2016-02-01
netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversion
Florian Westphal
1
-1
/
+1
2016-02-01
netfilter: nfnetlink: use original skbuff when acking batches
Pablo Neira Ayuso
1
-3
/
+3
2016-02-01
netfilter: conntrack: resched in nf_ct_iterate_cleanup
Florian Westphal
1
-0
/
+5
2016-01-20
netfilter: nf_conntrack: use safer way to lock all buckets
Sasha Levin
4
-14
/
+32
2016-01-18
netfilter: nf_tables_netdev: fix error path in module initialization
Pablo Neira Ayuso
1
-4
/
+4
2016-01-18
netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()
Eric Dumazet
1
-2
/
+7
2016-01-14
netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELS
Pablo Neira Ayuso
1
-1
/
+1
2016-01-13
netfilter: ipset: allow a 0 netmask with hash_netiface type
Florian Westphal
1
-4
/
+0
2016-01-13
netfilter: nft_byteorder: avoid unneeded le/be conversion steps
Florian Westphal
1
-4
/
+2
2016-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
26
-354
/
+705
2016-01-08
netfilter: nft_ct: add byte/packet counter support
Florian Westphal
1
-0
/
+38
2016-01-08
netfilter: nft_byteorder: provide 64bit le/be conversion
Florian Westphal
1
-0
/
+23
2016-01-08
netfilter: nf_tables: Add new attributes into nft_set to store user data.
Carlos Falgueras GarcĂa
1
-1
/
+20
2016-01-08
netfilter: nfnetlink_log: just returns error for unknown command
Ken-ichirou MATSUZAWA
1
-1
/
+1
2016-01-08
netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...
Ken-ichirou MATSUZAWA
1
-0
/
+11
2016-01-08
netfilter: nfnetlink_queue: just returns error for unknown command
Ken-ichirou MATSUZAWA
1
-1
/
+1
2016-01-08
netfilter: nfnetlink_queue: don't handle options after unbind
Ken-ichirou MATSUZAWA
1
-1
/
+1
2016-01-08
netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicity
Ken-ichirou MATSUZAWA
1
-40
/
+32
2016-01-04
netfilter: nf_ct_helper: define pr_fmt()
Pablo Neira Ayuso
5
-27
/
+28
[next]