summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
Commit message (Expand)AuthorAgeFilesLines
* net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-151-0/+4
* skbuff: Code readability NiTGerrit Renker2008-08-111-3/+3
* skbuff: add missing kernel-doc for do_not_encryptRandy Dunlap2008-07-311-0/+1
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-1/+4
* vlan: Don't store VLAN tag in cbPatrick McHardy2008-07-141-0/+3
* net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2008-07-081-10/+0
* net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings2008-06-191-0/+14
* skbuff: fix missing kernel-doc notationRandy Dunlap2008-04-211-0/+1
* [SKB]: __skb_queue_tail = __skb_insert beforeGerrit Renker2008-04-141-8/+8
* [SKB]: __skb_append = __skb_queue_after Gerrit Renker2008-04-141-9/+3
* [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next)Gerrit Renker2008-04-141-22/+12
* [SKB]: __skb_dequeue = skb_peek + __skb_unlinkGerrit Renker2008-04-141-31/+16
* [IPV6] NDISC: Don't rely on node-type hint from L2 unless required.YOSHIFUJI Hideaki2008-04-031-0/+2
* [IPV6] SIT: Add PRL management for ISATAP.Templin, Fred L2008-04-031-1/+2
* [NET]: uninline skb_trim, de-bloatsIlpo Järvinen2008-03-271-15/+1
* [NET]: uninline skb_push, de-bloats a lotIlpo Järvinen2008-03-271-18/+1
* [NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen2008-03-271-16/+1
* [NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen2008-03-271-15/+1
* [NET]: uninline skb_put, de-bloats a lotIlpo Järvinen2008-03-271-20/+1
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-1/+4
* net: fix kernel-doc warnings in header filesRandy Dunlap2008-02-181-0/+2
* virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...Rusty Russell2008-02-041-0/+1
* [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev memberPatrick McHardy2008-01-311-3/+0
* [UDP]: Only increment counter on first peek/recvHerbert Xu2008-01-281-0/+3
* [UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu2008-01-281-1/+1
* [TCP]: Splice receive support.Jens Axboe2008-01-281-0/+6
* [SKBUFF]: Free old skb properly in skb_morphHerbert Xu2007-11-261-1/+0
* [NET]: Fix skb_truesize_check() assertionChuck Lever2007-11-101-1/+3
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-231-2/+2
* [NET]: Cut off the queue_mapping field from sk_buffPavel Emelyanov2007-10-221-1/+2
* [NET]: Make and use skb_get_queue_mappingPavel Emelyanov2007-10-221-0/+9
* [NET]: Fix SKB_WITH_OVERHEAD calculationHerbert Xu2007-10-221-2/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-151-0/+1
|\
| * [SKBUFF]: Add skb_morphHerbert Xu2007-10-151-0/+1
* | Add skb_is_gso_v6Brice Goglin2007-10-151-0/+5
|/
* [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-161-9/+31
* [NET]: Page offsets and lengths need to be __u32.David S. Miller2007-07-311-2/+2
* fix return type of skb_checksum_complete()Al Viro2007-07-151-1/+1
* [NET]: Update comments for skb checksumsHerbert Xu2007-07-101-2/+10
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-101-1/+3
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-101-3/+22
* [SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy2007-07-101-4/+20
* [TCP]: Congestion control API RTT sampling fixIlpo Järvinen2007-06-151-0/+4
* [NET] skbuff: fix kernel-docRandy Dunlap2007-05-031-1/+1
* [SKB]: Introduce skb_queue_walk_safe()James Chapman2007-04-301-0/+5
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-0/+5
* [NET] skbuff: skb_store_bits const is backwardsStephen Hemminger2007-04-251-2/+2
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-5/+11
* [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-251-2/+7
* [NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells2007-04-251-0/+6
OpenPOWER on IntegriCloud