aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-15net: skb_copy_datagram_from_iovec()Rusty Russell1-0/+4
2008-08-11skbuff: Code readability NiTGerrit Renker1-3/+3
2008-07-31skbuff: add missing kernel-doc for do_not_encryptRandy Dunlap1-0/+1
2008-07-29mac80211: partially fix skb->cb useJohannes Berg1-1/+4
2008-07-14vlan: Don't store VLAN tag in cbPatrick McHardy1-0/+3
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-10/+0
2008-06-19net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+14
2008-04-21skbuff: fix missing kernel-doc notationRandy Dunlap1-0/+1
2008-04-14[SKB]: __skb_queue_tail = __skb_insert beforeGerrit Renker1-8/+8
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker1-9/+3
2008-04-14[SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)Gerrit Renker1-22/+12
2008-04-14[SKB]: __skb_dequeue = skb_peek + __skb_unlinkGerrit Renker1-31/+16
2008-04-03[IPV6] NDISC: Don't rely on node-type hint from L2 unless required.YOSHIFUJI Hideaki1-0/+2
2008-04-03[IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L1-1/+2
2008-03-27[NET]: uninline skb_trim, de-bloatsIlpo Järvinen1-15/+1
2008-03-27[NET]: uninline skb_push, de-bloats a lotIlpo Järvinen1-18/+1
2008-03-27[NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen1-16/+1
2008-03-27[NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen1-15/+1
2008-03-27[NET]: uninline skb_put, de-bloats a lotIlpo Järvinen1-20/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-1/+4
2008-02-18net: fix kernel-doc warnings in header filesRandy Dunlap1-0/+2
2008-02-04virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets.Rusty Russell1-0/+1
2008-01-31[NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy1-3/+0
2008-01-28[UDP]: Only increment counter on first peek/recvHerbert Xu1-0/+3
2008-01-28[UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu1-1/+1
2008-01-28[TCP]: Splice receive support.Jens Axboe1-0/+6
2007-11-26[SKBUFF]: Free old skb properly in skb_morphHerbert Xu1-1/+0
2007-11-10[NET]: Fix skb_truesize_check() assertionChuck Lever1-1/+3
2007-10-23[NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever1-2/+2
2007-10-22[NET]: Cut off the queue_mapping field from sk_buffPavel Emelyanov1-1/+2
2007-10-22[NET]: Make and use skb_get_queue_mappingPavel Emelyanov1-0/+9
2007-10-22[NET]: Fix SKB_WITH_OVERHEAD calculationHerbert Xu1-2/+1
2007-10-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2007-10-15[SKBUFF]: Add skb_morphHerbert Xu1-0/+1
2007-10-15Add skb_is_gso_v6Brice Goglin1-0/+5
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu1-9/+31
2007-07-31[NET]: Page offsets and lengths need to be __u32.David S. Miller1-2/+2
2007-07-15fix return type of skb_checksum_complete()Al Viro1-1/+1
2007-07-10[NET]: Update comments for skb checksumsHerbert Xu1-2/+10
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-1/+3
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr1-3/+22
2007-07-10[SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy1-4/+20
2007-06-15[TCP]: Congestion control API RTT sampling fixIlpo Järvinen1-0/+4
2007-05-03[NET] skbuff: fix kernel-docRandy Dunlap1-1/+1
2007-04-30[SKB]: Introduce skb_queue_walk_safe()James Chapman1-0/+5
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger1-0/+5
2007-04-25[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger1-2/+2
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu1-5/+11
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu1-2/+7
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells1-0/+6