index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
netdma.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-04
netfilter: unregister nf hooks, matches and targets in the reverse order
Changli Gao
2
-12
/
+6
2010-10-04
netfilter: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2010-10-04
netfilter: ipt_LOG: add bufferisation to call printk() once
Eric Dumazet
2
-150
/
+152
2010-10-04
netfilter: nf_nat: make find/put static
Stephen Hemminger
2
-7
/
+2
2010-10-04
IPVS: sip persistence engine
Simon Horman
3
-0
/
+177
2010-10-04
IPVS: Fallback if persistence engine fails
Simon Horman
2
-9
/
+7
2010-10-04
IPVS: Allow configuration of persistence engines
Simon Horman
3
-3
/
+58
2010-10-04
IPVS: management of persistence engine modules
Simon Horman
3
-1
/
+154
2010-10-04
IPVS: Add persistence engine data to /proc/net/ip_vs_conn
Simon Horman
2
-5
/
+21
2010-10-04
IPVS: Add struct ip_vs_pe
Simon Horman
5
-21
/
+129
2010-10-04
IPVS: ip_vs_{un,}bind_scheduler NULL arguments
Simon Horman
2
-22
/
+4
2010-10-04
IPVS: Allow null argument to ip_vs_scheduler_put()
Simon Horman
2
-10
/
+5
2010-10-04
IPVS: Add struct ip_vs_conn_param
Simon Horman
7
-203
/
+211
2010-10-04
IPVS: compact ip_vs_sched_persist()
Simon Horman
1
-105
/
+51
2010-10-04
netfilter: nf_conntrack_sip: Add callid parser
Simon Horman
2
-0
/
+40
2010-10-04
netfilter: nf_conntrack_sip: Allow ct_sip_get_header() to be called with a nu...
Simon Horman
1
-0
/
+3
2010-09-28
netfilter: ctnetlink: add support for user-space expectation helpers
Pablo Neira Ayuso
4
-31
/
+79
2010-09-22
netfilter: ctnetlink: allow to specify the expectation flags
Pablo Neira Ayuso
4
-4
/
+12
2010-09-22
netfilter: ctnetlink: missing validation of CTA_EXPECT_ZONE attribute
Pablo Neira Ayuso
1
-0
/
+1
2010-09-22
netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpers
Pablo Neira Ayuso
5
-14
/
+93
2010-09-21
ipvs: changes related to service usecnt
Julian Anastasov
2
-154
/
+102
2010-09-21
netfilter: save the hash of the tuple in the original direction for latter use
Changli Gao
1
-34
/
+78
2010-09-21
ipvs: make rerouting optional with snat_reroute
Julian Anastasov
3
-8
/
+38
2010-09-21
ipvs: netfilter connection tracking changes
Julian Anastasov
10
-196
/
+475
2010-09-17
ipvs: extend connection flags to 32 bits
Julian Anastasov
5
-14
/
+28
2010-09-16
netfilter: nf_conntrack: fix the hash random initializing race
Changli Gao
1
-6
/
+13
2010-09-16
netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()
Changli Gao
1
-9
/
+8
2010-09-16
netfilter: nf_nat_core: don't check if the tuple is used if there is no other...
Changli Gao
1
-5
/
+11
2010-09-16
netfilter: use NFPROTO_IPV4 instead of AF_INET
Changli Gao
1
-1
/
+1
2010-09-15
netfilter: nf_nat: add nf_nat_csum()
Changli Gao
1
-45
/
+31
2010-09-14
e1000e: Simplify MSI interrupt testing
Jean Delvare
1
-25
/
+4
2010-09-14
uwb: use '%pM' format to print MAC address
Andy Shevchenko
2
-9
/
+3
2010-09-14
bnx2x: Spread rx buffers between allocated queues
Dmitry Kravkov
4
-5
/
+17
2010-09-14
cx82310_eth: allow empty URBs
Ondrej Zary
1
-9
/
+3
2010-09-14
cx82310_eth: check usb_string() return value for error
Ondrej Zary
1
-5
/
+3
2010-09-14
drivers/net/skfp: Remove pr_<level> uses of KERN_<level>
Joe Perches
1
-42
/
+42
2010-09-14
net/cxgb3: remove undefined operations
Andreas Schwab
1
-1
/
+1
2010-09-14
net/de4x5: remove undefined operations
Andreas Schwab
1
-9
/
+9
2010-09-14
sundance: Add power management hooks
Denis Kirjanov
1
-0
/
+48
2010-09-14
flow: better memory management
Eric Dumazet
1
-36
/
+42
2010-09-14
sfc: Fix order of channel_name array dimensions
Ben Hutchings
1
-1
/
+1
2010-09-12
bna: Check for NULL before deref in bnad_cb_tx_cleanup
David S. Miller
1
-1
/
+2
2010-09-10
pkt_sched: remov unnecessary bh_disable
stephen hemminger
1
-2
/
+2
2010-09-10
fib: cleanups
Eric Dumazet
1
-32
/
+23
2010-09-10
sfc: Allow changing the DMA ring sizes dynamically via ethtool
Ben Hutchings
5
-52
/
+224
2010-09-10
sfc: Make the dmaq size a run-time setting (rather than compile-time)
Steve Hodgson
7
-76
/
+109
2010-09-10
sfc: Allocate each channel separately, along with its RX and TX queues
Ben Hutchings
3
-76
/
+61
2010-09-10
sfc: Refactor channel and queue lookup and iteration
Ben Hutchings
7
-75
/
+125
2010-09-10
sfc: Abstract channel and index lookup for RX queues
Ben Hutchings
3
-33
/
+47
2010-09-10
sfc: Allocate DMA and event rings using GFP_KERNEL
Ben Hutchings
1
-4
/
+4
[next]