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