aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_lro.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-29lro: remove dead codestephen hemminger1-173/+0
2013-03-15ipv4: replace ip_fast_csum with csum_replace2Li RongQing1-3/+2
2011-10-19net: add skb frag size accessorsEric Dumazet1-4/+4
2011-08-24net: ipv4: convert to SKB frag APIsIan Campbell1-1/+1
2011-07-21lro: do vlan cleanupJiri Pirko1-28/+11
2011-07-21lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko1-20/+0
2011-07-21lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko1-15/+0
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+2
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches1-18/+18
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches1-2/+2
2008-06-27net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen1-2/+1
2008-01-08[LRO] Fix lro_mgr->features checksBrice Goglin1-8/+8
2007-12-05[LRO]: fix lro_gen_skb() alignmentAndrew Gallatin1-1/+2
2007-10-14fix endianness bug in inet_lroAl Viro1-1/+1
2007-10-14inet_lro: trivial endianness annotationsAl Viro1-7/+7
2007-10-10[NET]: sparse warning fixesStephen Hemminger1-1/+1
2007-10-10[NET]: Generic Large Receive Offload for TCP trafficJan-Bernd Themann1-0/+600