index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-11
[PATCH] docbook: update function parameter description in network code
Martin Waitz
1
-0
/
+2
2005-03-09
[NET]: Remove dead skb_iter code
Stephen Hemminger
1
-16
/
+0
2005-03-09
[NET]: Fix CHECKSUM_HW wrt. packet trimming.
Herbert Xu
1
-0
/
+36
2005-02-23
[NET]: Add skb_header_cloned and use it in e1000/tg3
Herbert Xu
1
-0
/
+19
2005-02-23
[NET]: Add skb_header_release and use it in net/ipv4/tcp
Herbert Xu
1
-2
/
+34
2005-02-05
[NET]: Add missing memory barrier to kfree_skb().
Herbert Xu
1
-9
/
+5
2005-01-09
[NET]: misc cleanups
Adrian Bunk
1
-5
/
+0
2004-12-27
[NET]: Use prefetching in skb_queue_walk().
Oleg Nesterov
1
-3
/
+3
2004-11-17
[NET]: Add alloc_skb_from_cache.
Ian Pratt
1
-0
/
+6
2004-10-05
[SKBUFF] introduce eth_hdr(skb)
Arnaldo Carvalho de Melo
1
-1
/
+0
2004-09-27
[NETFILTER]: Fill hole in netfilter skb fields on 64bit
Patrick McHardy
1
-1
/
+1
2004-09-24
Merge nuts.davemloft.net:/disk1/BK/nf-work-2.6
David S. Miller
1
-10
/
+8
2004-09-23
[NETFILTER]: kill struct nf_ct_info, saves five pointers per conntrack
Patrick McHardy
1
-10
/
+8
2004-09-22
[NET]: Remove leading space in linux/skbuff.h
Olaf Hering
1
-1
/
+1
2004-09-12
[IPVS]: Do not use skb_checksum_help(), create and use nf_reset_debug()
Julian Anastasov
1
-0
/
+6
2004-08-18
[NET]: Add skb_header_pointer, and use it where possible.
David S. Miller
1
-0
/
+14
2004-08-15
[NET]: Add missing struct net_device forward decl to skbuff.h
Christoph Hellwig
1
-0
/
+2
2004-08-02
[NET]: Add skb_iter functions.
Rusty Russell
1
-0
/
+16
2004-07-29
[NET]: Decrease skb->cb[] to 40 bytes.
David S. Miller
1
-1
/
+1
2004-06-23
Merge nuts.davemloft.net:/disk1/BK/netnew-2.6
David S. Miller
1
-4
/
+21
2004-06-22
Merge
David S. Miller
1
-1
/
+9
2004-06-22
Merge bk://kernel.bkbits.net/acme/net-2.6
David S. Miller
1
-5
/
+7
2004-06-22
[NET] remove fill_page_desc, its just a copy of skb_fill_page_desc
Arnaldo Carvalho de Melo
1
-5
/
+7
2004-06-21
[NETFILTER]: Add new function 'nf_reset' to reset netfilter related skb-fields
Patrick McHardy
1
-3
/
+12
2004-06-20
[NET] move skb_can_coalesce to skbuff.h
Arnaldo Carvalho de Melo
1
-0
/
+12
2004-06-20
Merge bk://kernel.bkbits.net/acme/net-2.6-1.1768
David S. Miller
1
-0
/
+36
2004-06-19
[NET] generalise tcp_add_data, skb_split and tcp_copy_to_page
Arnaldo Carvalho de Melo
1
-0
/
+24
2004-06-15
[NET]: Allow IP header alignment to be overriden.
Anton Blanchard
1
-0
/
+24
2004-06-15
[NET]: Add tc extensions infrastructure.
Jamal Hadi Salim
1
-1
/
+9
2004-05-30
[PATCH] sparse: more net/* annotation
Alexander Viro
1
-3
/
+3
2004-04-27
[NET]: Eliminate large inlines in skbuff.h
Stephen Hemminger
1
-160
/
+8
2004-02-22
[NET]: Set default socket rmem/wmem values more sanely and consistently.
David S. Miller
1
-3
/
+0
2004-02-13
[IPSEC]: Move hardware headers for decaped packets.
Herbert Xu
1
-0
/
+3
2004-01-23
[NET]: Return 'unsigned char *' from *skb_pull*() routines.
Bart Samwel
1
-2
/
+2
2004-01-05
[NET]: Un-deprecate skb_linearize(), we can re-deprecate in 2.7.x
David S. Miller
1
-1
/
+1
2003-12-30
[NET]: Fix comment type in skbuff.h
Hideaki Yoshifuji
1
-2
/
+2
2003-12-16
[BRIDGE NETFILTER]: Fix leaks and crashes in SKB handling.
Bart De Schuymer
1
-1
/
+1
2003-10-07
[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.
Bart De Schuymer
1
-1
/
+4
2003-10-04
[PATCH] kernel documentation fixes
Andrew Morton
1
-0
/
+2
2003-10-02
[NET]: More likely/unlikely in skbuff.h
Stephen Hemminger
1
-3
/
+3
2003-09-19
[NET]: More const in skbuff.h
Stephen Hemminger
1
-4
/
+4
2003-09-03
[PATCH] might_sleep() improvements
Andrew Morton
1
-0
/
+2
2003-08-31
[BRIDGE]: Create CONFIG_BRIDGE_NETFILTER and use it instead of messy tests.
Bart De Schuymer
1
-3
/
+3
2003-07-30
[NET]: Add likely/unlikely to pskb_may_pull.
Stephen Hemminger
1
-2
/
+2
2003-06-18
[NET]: Use unlikely and BUG_ON in SKB assertions.
Stephen Hemminger
1
-12
/
+7
2003-06-18
[NET]: Add prefetch to skb_queue_walk.
Stephen Hemminger
1
-2
/
+2
2003-06-18
[NET]: Mark skb_linearize() as deprecated.
David S. Miller
1
-1
/
+6
2003-05-25
[netdrvr bonding] add 802.3ad support
Jeff Garzik
1
-0
/
+1
2003-05-12
[IPV4]: Introduce ip6_append_data.
Kazunori Miyazawa
1
-0
/
+9
2003-03-24
[NET]: Make SKB layout/initialization/copy more cache friendly.
David S. Miller
1
-7
/
+8
[next]