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
2007-04-25
[NETLINK]: Use nlmsg_trim() where appropriate
Arnaldo Carvalho de Melo
1
-2
/
+3
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
3
-14
/
+9
2007-04-25
[NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check...
Pablo Neira Ayuso
1
-14
/
+2
2007-04-25
[NETFILTER]: ctnetlink: add support for internal tcp connection tracking flag...
Pablo Neira Ayuso
1
-1
/
+44
2007-04-25
[NETFILTER]: TCP conntrack: factorize out the PUSH flag
Willy Tarreau
1
-13
/
+4
2007-04-25
[NETFILTER]: TCP conntrack: accept RST|PSH as valid
Willy Tarreau
1
-0
/
+1
2007-04-25
[NETFILTER]: nf_conntrack: use jhash2 in __hash_conntrack
Sami Farin
1
-4
/
+5
2007-04-25
[NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported ...
Pablo Neira Ayuso
1
-7
/
+6
2007-04-25
[NETFILTER]: nfnetlink: remove unused includes in nfnetlink.c
Pablo Neira Ayuso
1
-2
/
+0
2007-04-25
[NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsys
Pablo Neira Ayuso
1
-2
/
+1
2007-04-25
[NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributes
Pablo Neira Ayuso
1
-8
/
+1
2007-04-25
[NETFILTER]: nfnetlink: remove early debugging messages from nfnetlink
Pablo Neira Ayuso
1
-36
/
+6
2007-04-25
[NETFILTER]: nf_conntrack: uninline notifier registration functions
Patrick McHardy
1
-0
/
+23
2007-04-25
[NETFILTER]: nfnetlink: use netlink_run_queue()
Patrick McHardy
1
-47
/
+4
2007-04-25
[NETFILTER]: nfnetlink: use mutex instead of semaphore
Patrick McHardy
1
-11
/
+24
2007-04-25
[NETFILTER]: nf_conntrack: simplify l4 protocol array allocation
Patrick McHardy
1
-25
/
+12
2007-04-25
[NETFILTER]: nf_conntrack: simplify protocol locking
Patrick McHardy
1
-31
/
+14
2007-04-25
[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration
Patrick McHardy
2
-24
/
+28
2007-04-25
[NETFILTER]: nf_conntrack: switch protocol registration/unregistration to mutex
Patrick McHardy
1
-29
/
+23
2007-04-25
[NETFILTER]: Remove IPv4 only connection tracking/NAT
Patrick McHardy
9
-261
/
+54
2007-04-25
[NETFILTER]: x_tables: remove duplicate of xt_prefix
Tobias Klauser
1
-16
/
+10
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
5
-8
/
+9
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
7
-11
/
+11
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[NET] NETFILTER: Use htonl() where appropriate.
YOSHIFUJI Hideaki
1
-5
/
+4
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
2
-8
/
+8
2007-04-25
[NET]: div64_64 consolidate (rev3)
Stephen Hemminger
1
-16
/
+0
2007-03-22
[NETFILTER]: nf_conntrack_netlink: add missing dependency on NF_NAT
Patrick McHardy
1
-0
/
+1
2007-03-07
[NETFILTER]: nfnetlink_log: fix crash on bridged packet
Patrick McHardy
1
-1
/
+1
2007-03-07
[NETFILTER]: nfnetlink_log: zero-terminate prefix
Patrick McHardy
1
-1
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix reference counting
Michal Miroslaw
1
-3
/
+6
2007-03-05
[NETFILTER]: nfnetlink_log: fix module reference counting
Patrick McHardy
1
-2
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix possible NULL pointer dereference
Michal Miroslaw
1
-0
/
+4
2007-03-05
[NETFILTER]: nfnetlink_log: fix NULL pointer dereference
Michal Miroslaw
1
-0
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix use after free
Michal Miroslaw
1
-1
/
+1
2007-03-05
[NETFILTER]: nfnetlink_log: fix reference leak
Michal Miroslaw
1
-3
/
+4
2007-03-05
[NETFILTER]: tcp conntrack: accept SYN|URG as valid
Patrick McHardy
1
-1
/
+3
2007-03-05
[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs
Patrick McHardy
4
-14
/
+7
2007-03-05
[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
Patrick McHardy
1
-1
/
+1
2007-02-28
[NET]: Handle disabled preemption in gfp_any()
Patrick McHardy
1
-2
/
+1
2007-02-14
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
2
-2
/
+2
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
5
-5
/
+1
2007-02-12
[NETFILTER]: nf_conntrack_tcp: make sysctl variables static
Patrick McHardy
1
-3
/
+3
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
43
-422
/
+422
2007-02-12
[NETFILTER]: Kconfig: improve dependency handling
Patrick McHardy
1
-3
/
+9
2007-02-12
[NETFILTER]: xt_mac/xt_CLASSIFY: use IPv6 hook names for IPv6 registration
Patrick McHardy
2
-6
/
+9
2007-02-12
[NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to void
Patrick McHardy
1
-33
/
+7
2007-02-12
[NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callback
Patrick McHardy
1
-3
/
+6
[next]