summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2004-08-18[NET]: Add skb_header_pointer, and use it where possible.David S. Miller
2004-08-15[NET]: Add missing struct net_device forward decl to skbuff.hChristoph Hellwig
2004-08-02[NET]: Add skb_iter functions.Rusty Russell
2004-07-29[NET]: Decrease skb->cb[] to 40 bytes.David S. Miller
2004-06-23Merge nuts.davemloft.net:/disk1/BK/netnew-2.6David S. Miller
2004-06-22MergeDavid S. Miller
2004-06-22Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller
2004-06-22[NET] remove fill_page_desc, its just a copy of skb_fill_page_descArnaldo Carvalho de Melo
2004-06-21[NETFILTER]: Add new function 'nf_reset' to reset netfilter related skb-fieldsPatrick McHardy
2004-06-20[NET] move skb_can_coalesce to skbuff.hArnaldo Carvalho de Melo
2004-06-20Merge bk://kernel.bkbits.net/acme/net-2.6-1.1768David S. Miller
2004-06-19[NET] generalise tcp_add_data, skb_split and tcp_copy_to_pageArnaldo Carvalho de Melo
2004-06-15[NET]: Allow IP header alignment to be overriden.Anton Blanchard
2004-06-15[NET]: Add tc extensions infrastructure.Jamal Hadi Salim
2004-05-30[PATCH] sparse: more net/* annotationAlexander Viro
2004-04-27[NET]: Eliminate large inlines in skbuff.hStephen Hemminger
2004-02-22[NET]: Set default socket rmem/wmem values more sanely and consistently.David S. Miller
2004-02-13[IPSEC]: Move hardware headers for decaped packets.Herbert Xu
2004-01-23[NET]: Return 'unsigned char *' from *skb_pull*() routines.Bart Samwel
2004-01-05[NET]: Un-deprecate skb_linearize(), we can re-deprecate in 2.7.xDavid S. Miller
2003-12-30[NET]: Fix comment type in skbuff.hHideaki Yoshifuji
2003-12-16[BRIDGE NETFILTER]: Fix leaks and crashes in SKB handling.Bart De Schuymer
2003-10-07[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.Bart De Schuymer
2003-10-04[PATCH] kernel documentation fixesAndrew Morton
2003-10-02[NET]: More likely/unlikely in skbuff.hStephen Hemminger
2003-09-19[NET]: More const in skbuff.hStephen Hemminger
2003-09-03[PATCH] might_sleep() improvementsAndrew Morton
2003-08-31[BRIDGE]: Create CONFIG_BRIDGE_NETFILTER and use it instead of messy tests.Bart De Schuymer
2003-07-30[NET]: Add likely/unlikely to pskb_may_pull.Stephen Hemminger
2003-06-18[NET]: Use unlikely and BUG_ON in SKB assertions.Stephen Hemminger
2003-06-18[NET]: Add prefetch to skb_queue_walk.Stephen Hemminger
2003-06-18[NET]: Mark skb_linearize() as deprecated.David S. Miller
2003-05-25[netdrvr bonding] add 802.3ad supportJeff Garzik
2003-05-12[IPV4]: Introduce ip6_append_data.Kazunori Miyazawa
2003-03-24[NET]: Make SKB layout/initialization/copy more cache friendly.David S. Miller
2003-03-19[IPSEC]: fragmentation & tcp mss calculation.Alexey Kuznetsov
2003-02-22[NET]: Make skbuff.h -W clean, skb_headlen should return unsigned quantity.Andi Kleen
2003-02-12[NET]: Fix length in skb_padlen.David S. Miller
2003-01-10[PATCH] add skb_pad/skb_padto functionalityAlan Cox
2002-10-28[IPSEC]: Add transform engine and AH implementation.Alexey Kuznetsov
2002-10-27[BRIDGE]: bridge-nf, map IPv4 hooks onto bridge hooks.Bart De Schuymer
2002-10-15[NET]: Prepare for zerocopy NFS and IPSEC.Alexey Kuznetsov
2002-08-28[NET]: Add TCP segmentation offload core infrastructure.Alexey Kuznetsov
2002-08-02Remove SPX and the last typedefs in IPX, create ipx_hdrArnaldo Carvalho de Melo
2002-06-07net/core/skbuff.cArnaldo Carvalho de Melo
2002-04-04Merge master.kernel.org:/home/davem/BK/net-2.5Linus Torvalds
2002-04-03In linux/skbuff.h, always use unsigned long for flags.Andi Kleen
2002-04-02[PATCH] unnecessary includes.Dave Jones
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones
2002-02-04v2.4.13.8 -> v2.4.14Linus Torvalds