index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bnx2: Update firmwares and update version to 2.0.8.
Michael Chan
2010-02-16
9
-9068
/
+9143
*
bnx2: Fix bug when saving statistics.
Patrick Rabau
2010-02-16
1
-5
/
+5
*
bnx2: Allow user-specified multiple advertisement speed values.
Michael Chan
2010-02-16
1
-25
/
+8
*
bnx2: Adjust flow control water marks.
Michael Chan
2010-02-16
2
-2
/
+2
*
bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change.
Michael Chan
2010-02-16
1
-0
/
+7
*
bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX.
Michael Chan
2010-02-16
1
-1
/
+1
*
atl1c: Add support for Atheros AR8152 and AR8152
Luis R. Rodriguez
2010-02-16
5
-25
/
+191
*
tunnels: fix netns vs proto registration ordering
Alexey Dobriyan
2010-02-16
4
-62
/
+47
*
gre: fix netns vs proto registration ordering
Alexey Dobriyan
2010-02-16
1
-9
/
+10
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2010-02-16
111
-1836
/
+2313
|
\
|
*
netfilter: CONFIG_COMPAT: allow delta to exceed 32767
Florian Westphal
2010-02-15
2
-4
/
+4
|
*
netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
Florian Westphal
2010-02-15
17
-17
/
+17
|
*
netfilter: ebtables: abort if next_offset is too small
Florian Westphal
2010-02-15
1
-0
/
+2
|
*
netfilter: ctnetlink: add zone support
Patrick McHardy
2010-02-15
2
-19
/
+75
|
*
netfilter: nf_conntrack: add support for "conntrack zones"
Patrick McHardy
2010-02-15
25
-85
/
+236
|
*
netfilter: nf_conntrack: pass template to l4proto ->error() handler
Patrick McHardy
2010-02-15
8
-11
/
+15
|
*
netfilter: xtables: add const qualifiers
Jan Engelhardt
2010-02-15
4
-136
/
+168
|
*
netfilter: xtables: constify args in compat copying functions
Jan Engelhardt
2010-02-15
8
-22
/
+22
|
*
netfilter: xtables: print details on size mismatch
Jan Engelhardt
2010-02-15
1
-2
/
+6
|
*
netfilter: get rid of the grossness in netfilter.h
Jan Engelhardt
2010-02-15
1
-17
/
+28
|
*
netfilter: reduce NF_HOOK by one argument
Jan Engelhardt
2010-02-15
1
-9
/
+5
|
*
netfilter: iptables: remove unused function arguments
Jan Engelhardt
2010-02-15
2
-14
/
+6
|
*
netfilter: xt_recent: inform user when hitcount is too large
Jan Engelhardt
2010-02-15
1
-2
/
+6
|
*
netfilter: don't use INIT_RCU_HEAD()
Alexey Dobriyan
2010-02-12
3
-3
/
+0
|
*
netfilter: nf_conntrack: elegantly simplify nf_ct_exp_net()
Alexey Dobriyan
2010-02-12
1
-5
/
+1
|
*
netfilter: xtables: fix mangle tables
Alexey Dobriyan
2010-02-11
2
-2
/
+6
|
*
netfilter: nf_conntrack_sip: add T.38 FAX support
Patrick McHardy
2010-02-11
3
-6
/
+25
|
*
netfilter: nf_nat_sip: add TCP support
Patrick McHardy
2010-02-11
3
-6
/
+58
|
*
netfilter: nf_nat: support mangling a single TCP packet multiple times
Patrick McHardy
2010-02-11
2
-23
/
+48
|
*
netfilter: nf_conntrack_sip: add TCP support
Patrick McHardy
2010-02-11
3
-31
/
+179
|
*
netfilter: nf_conntrack_sip: pass data offset to NAT functions
Patrick McHardy
2010-02-11
3
-92
/
+105
|
*
netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsing
Patrick McHardy
2010-02-11
1
-3
/
+4
|
*
netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expect
Patrick McHardy
2010-02-11
3
-0
/
+13
|
*
netfilter: ctnetlink: dump expectation helper name
Patrick McHardy
2010-02-11
1
-0
/
+4
|
*
Merge branch 'master' of git://dev.medozas.de/linux
Patrick McHardy
2010-02-10
19
-825
/
+348
|
|
\
|
|
*
netfilter: xtables: generate initial table on-demand
Jan Engelhardt
2010-02-10
18
-334
/
+141
|
|
*
netfilter: xtables: use xt_table for hook instantiation
Jan Engelhardt
2010-02-10
11
-250
/
+121
|
|
*
netfilter: xtables: compact table hook functions (2/2)
Jan Engelhardt
2010-02-10
7
-59
/
+36
|
|
*
netfilter: xtables: compact table hook functions (1/2)
Jan Engelhardt
2010-02-10
9
-258
/
+126
|
*
|
netfilter: ctnetlink: add missing netlink attribute policies
Patrick McHardy
2010-02-10
1
-5
/
+36
|
*
|
netfilter: xtables: symmetric COMPAT_XT_ALIGN definition
Alexey Dobriyan
2010-02-10
2
-6
/
+11
|
*
|
netfilter: xtables: consistent struct compat_xt_counters definition
Alexey Dobriyan
2010-02-10
1
-5
/
+1
|
|
/
|
*
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-02-10
2023
-23829
/
+75974
|
|
\
|
*
|
netfilter: fix build failure with CONNTRACK=y NAT=n
Florian Westphal
2010-02-08
1
-0
/
+1
|
*
|
netfilter: xtables: add CT target
Patrick McHardy
2010-02-03
7
-0
/
+211
|
*
|
netfilter: nf_conntrack: support conntrack templates
Patrick McHardy
2010-02-03
8
-24
/
+61
|
*
|
netfilter: ctnetlink: support selective event delivery
Patrick McHardy
2010-02-03
4
-33
/
+48
|
*
|
netfilter: nf_conntrack: split up IPCT_STATUS event
Patrick McHardy
2010-02-03
8
-18
/
+21
|
*
|
netfilter: add struct net * to target parameters
Patrick McHardy
2010-02-03
4
-10
/
+18
|
*
|
netfilter: ctnetlink: only assign helpers for matching protocols
Patrick McHardy
2010-02-03
3
-16
/
+17
[next]