index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter/ipvs: clear ipvs_property flag when SKB net namespace changed
Ye Yin
2017-11-24
1
-0
/
+7
*
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2017-02-08
1
-0
/
+1
*
skbuff: Fix skb checksum partial check.
Pravin B Shelar
2015-11-13
1
-1
/
+1
*
skbuff: Fix skb checksum flag on skb pull
Pravin B Shelar
2015-11-13
1
-0
/
+3
*
net: fix crash in build_skb()
Eric Dumazet
2015-05-11
1
-0
/
+1
*
net: add skb_checksum_complete_unset
Tom Herbert
2015-05-11
1
-0
/
+12
*
net: skb_fclone_busy() needs to detect orphaned skb
Eric Dumazet
2014-10-30
1
-2
/
+6
*
skbuff.h: fix kernel-doc warning for headers_end
Randy Dunlap
2014-10-28
1
-0
/
+4
*
skbuff: fix ftrace handling in skb_unshare
Alexander Aring
2014-10-14
1
-1
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
1
-87
/
+256
|
\
|
*
net: description of dma_cookie cause make xmldocs warning
Masanari Iida
2014-10-08
1
-2
/
+0
|
*
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
Vijay Subramanian
2014-10-04
1
-3
/
+4
|
*
udp: Generalize skb_udp_segment
Tom Herbert
2014-10-01
1
-2
/
+24
|
*
net: cleanup and document skb fclone layout
Eric Dumazet
2014-10-01
1
-0
/
+25
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-09-29
1
-8
/
+6
|
|
\
|
|
*
netfilter: bridge: move br_netfilter out of the core
Pablo Neira Ayuso
2014-09-26
1
-6
/
+6
|
*
|
net: reorganize sk_buff for faster __copy_skb_header()
Eric Dumazet
2014-09-29
1
-61
/
+72
|
*
|
net: introduce __skb_header_release()
Eric Dumazet
2014-09-26
1
-0
/
+15
|
*
|
net: add alloc_skb_with_frags() helper
Eric Dumazet
2014-09-19
1
-0
/
+6
|
*
|
net: filter: constify detection of pkt_type_offset
Hannes Frederic Sowa
2014-09-13
1
-0
/
+10
|
|
/
|
*
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2014-09-05
1
-1
/
+3
|
*
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
2014-09-05
1
-0
/
+2
|
*
net: Infrastructure for checksum unnecessary conversions
Tom Herbert
2014-09-01
1
-0
/
+20
|
*
net: Support for csum_bad in skbuff
Tom Herbert
2014-09-01
1
-1
/
+20
|
*
net: Clarification of CHECKSUM_UNNECESSARY
Tom Herbert
2014-08-29
1
-23
/
+51
|
*
net: Allocate a new 16 bits for flags in skbuff
Tom Herbert
2014-08-29
1
-0
/
+4
|
*
net: Update sk_buff flag bit availability comment.
David S. Miller
2014-08-27
1
-1
/
+1
|
*
net: Remove ndo_xmit_flush netdev operation, use signalling instead.
David S. Miller
2014-08-25
1
-0
/
+2
|
*
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
2014-08-23
1
-6
/
+12
*
|
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2014-10-07
1
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
net_dma: simple removal
Dan Williams
2014-09-28
1
-6
/
+2
*
|
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
2014-08-11
1
-0
/
+1
*
|
net-timestamp: ACK timestamp for bytestreams
Willem de Bruijn
2014-08-05
1
-1
/
+6
*
|
net-timestamp: SCHED timestamp on entering packet scheduler
Willem de Bruijn
2014-08-05
1
-2
/
+9
*
|
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
2014-08-05
1
-0
/
+1
*
|
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
Willem de Bruijn
2014-08-05
1
-0
/
+3
*
|
net: remove deprecated syststamp timestamp
Willem de Bruijn
2014-07-29
1
-13
/
+1
*
|
net: skbuff: Use ALIGN macro instead of open coding it
Tobias Klauser
2014-07-22
1
-2
/
+1
*
|
net-timestamp: document deprecated syststamp
Willem de Bruijn
2014-07-15
1
-2
/
+4
*
|
net: Only do flow_dissector hash computation once per packet
Tom Herbert
2014-07-07
1
-2
/
+7
*
|
net: Call skb_get_hash in get_xps_queue and __skb_tx_hash
Tom Herbert
2014-07-07
1
-1
/
+1
*
|
net: add skb_pop_rcv_encapsulation
Tom Herbert
2014-06-15
1
-0
/
+12
*
|
net: Fix GSO constants to match NETIF flags
Tom Herbert
2014-06-15
1
-5
/
+6
*
|
net: Save software checksum complete
Tom Herbert
2014-06-11
1
-1
/
+2
*
|
net: Preserve CHECKSUM_COMPLETE at validation
Tom Herbert
2014-06-11
1
-9
/
+14
*
|
net: add __pskb_copy_fclone and pskb_copy_for_clone
Octavian Purdila
2014-06-11
1
-1
/
+15
*
|
gre: Call gso_make_checksum
Tom Herbert
2014-06-04
1
-0
/
+2
*
|
net: Add GSO support for UDP tunnels with checksum
Tom Herbert
2014-06-04
1
-0
/
+2
*
|
net: Support for multiple checksums with gso
Tom Herbert
2014-06-04
1
-1
/
+25
*
|
net: rename local_df to ignore_df
WANG Cong
2014-05-12
1
-2
/
+2
[next]