kernel_optimize_test/net
Herbert Xu cbb042f9e1 [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
We're now starting to have quite a number of places that do skb_pull
followed immediately by an skb_postpull_rcsum.  We can merge these two
operations into one function with skb_pull_rcsum.  This makes sense
since most pull operations on receive skb's need to update the
checksum.

I've decided to make this out-of-line since it is fairly big and the
fast path where hardware checksums are enabled need to call
csum_partial anyway.

Since this is a brand new function we get to add an extra check on the
len argument.  As it is most callers of skb_pull ignore its return
value which essentially means that there is no check on the len
argument.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-03-20 22:43:56 -08:00
..
802 [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum 2006-03-20 22:43:56 -08:00
8021q [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum 2006-03-20 22:43:56 -08:00
appletalk
atm [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
ax25
bluetooth [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08:00
bridge [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum 2006-03-20 22:43:56 -08:00
core [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum 2006-03-20 22:43:56 -08:00
dccp [DCCP]: Fix uninitialized var warnings in dccp_parse_options(). 2006-03-20 22:36:01 -08:00
decnet [DECnet]: Use RCU locking in dn_rules.c 2006-03-20 22:43:28 -08:00
econet
ethernet
ieee80211
ipv4 [SECURITY]: TCP/UDP getpeersec 2006-03-20 22:41:23 -08:00
ipv6 [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
ipx
irda
key [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08:00
lapb
llc [LLC]: Fix sap refcounting 2006-03-20 21:28:11 -08:00
netfilter [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
netlink
netrom
packet
rose
rxrpc
sched [NET]: dev_put/dev_hold cleanup 2006-03-20 22:32:28 -08:00
sctp
sunrpc [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
tipc [TIPC]: Avoid compiler warning 2006-03-20 22:38:33 -08:00
unix [NET]: sem2mutex part 2 2006-03-20 22:35:41 -08:00
wanrouter
x25
xfrm [XFRM]: Fix aevent related crash 2006-03-20 22:40:54 -08:00
compat.c
Kconfig
Makefile
nonet.c
socket.c [NET] sem2mutex: net/ 2006-03-20 22:33:17 -08:00
sysctl_net.c
TUNABLE