index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
1
-7
/
+8
2017-04-18
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
1
-7
/
+8
2017-02-08
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
1
-0
/
+2
2016-01-22
net: check both type and procotol for tcp sockets
WANG Cong
1
-1
/
+2
2016-01-15
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
1
-1
/
+1
2016-01-15
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
1
-1
/
+2
2015-11-13
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-4
/
+5
2015-07-05
net: don't wait for order-3 page allocation
Shaohua Li
1
-1
/
+1
2015-05-11
net: fix crash in build_skb()
Eric Dumazet
1
-9
/
+22
2015-05-11
net: do not deplete pfmemalloc reserve
Eric Dumazet
1
-2
/
+7
2015-04-27
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
1
-3
/
+6
2015-04-27
Revert "net: Reset secmark when scrubbing packet"
Herbert Xu
1
-1
/
+0
2015-03-14
sock: sock_dequeue_err_skb() needs hard irq safety
Eric Dumazet
1
-2
/
+3
2015-01-27
net: Reset secmark when scrubbing packet
Thomas Graf
1
-0
/
+1
2014-11-21
net: Revert "net: avoid one atomic operation in skb_clone()"
Eric Dumazet
1
-17
/
+6
2014-10-20
net: core: handle encapsulation offloads when computing segment lengths
Florian Westphal
1
-3
/
+10
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2014-10-10
net: fix races in page->_count manipulation
Eric Dumazet
1
-7
/
+18
2014-10-09
net: Missing @ before descriptions cause make xmldocs warning
Masanari Iida
1
-5
/
+5
2014-10-06
net: skb_segment() provides list head and tail
Eric Dumazet
1
-0
/
+5
2014-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2014-10-04
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
Vijay Subramanian
1
-4
/
+4
2014-10-03
net: do not export skb_gro_receive()
Eric Dumazet
1
-1
/
+0
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2014-10-02
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
1
-1
/
+1
2014-10-01
net: avoid one atomic operation in skb_clone()
Eric Dumazet
1
-6
/
+17
2014-10-01
net: cleanup and document skb fclone layout
Eric Dumazet
1
-21
/
+20
2014-09-29
gro: fix aggregation for skb using frag_list
Eric Dumazet
1
-0
/
+3
2014-09-29
net: reorganize sk_buff for faster __copy_skb_header()
Eric Dumazet
1
-39
/
+41
2014-09-26
net : optimize skb_release_data()
Eric Dumazet
1
-21
/
+22
2014-09-26
net: introduce __skb_header_release()
Eric Dumazet
1
-2
/
+2
2014-09-19
net: add alloc_skb_with_frags() helper
Eric Dumazet
1
-0
/
+78
2014-09-15
tcp: allow segment with FIN in tcp_try_coalesce()
Eric Dumazet
1
-1
/
+2
2014-09-12
mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path
Alexander Duyck
1
-0
/
+5
2014-09-12
skb: Add documentation for skb_clone_sk
Alexander Duyck
1
-0
/
+13
2014-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-09-05
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
1
-7
/
+25
2014-09-05
net-timestamp: Merge shared code between phy and regular timestamping
Alexander Duyck
1
-23
/
+42
2014-09-05
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
1
-2
/
+2
2014-09-01
sock: deduplicate errqueue dequeue
Willem de Bruijn
1
-0
/
+20
2014-08-26
net: Replace get_cpu_var through this_cpu_ptr
Christoph Lameter
1
-1
/
+1
2014-08-11
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
1
-0
/
+53
2014-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-08-05
net-timestamp: TCP timestamping
Willem de Bruijn
1
-1
/
+4
2014-08-05
net-timestamp: SCHED timestamp on entering packet scheduler
Willem de Bruijn
1
-4
/
+12
2014-08-05
net-timestamp: add key to disambiguate concurrent datagrams
Willem de Bruijn
1
-0
/
+2
2014-08-05
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
Willem de Bruijn
1
-0
/
+1
2014-07-31
net: Correctly set segment mac_len in skb_segment().
Vlad Yasevich
1
-1
/
+1
2014-06-25
net: fix setting csum_start in skb_segment()
Tom Herbert
1
-1
/
+1
2014-06-15
net: Fix save software checksum complete
Tom Herbert
1
-0
/
+3
[next]