index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-06-11
net: add __pskb_copy_fclone and pskb_copy_for_clone
Octavian Purdila
1
-5
/
+9
2014-06-11
net: fix UDP tunnel GSO of frag_list GRO packets
Wei-Chun Chao
1
-1
/
+2
2014-06-04
net: Support for multiple checksums with gso
Tom Herbert
1
-1
/
+7
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2014-05-16
net: gro: make sure skb->cb[] initial content has not to be zero
Eric Dumazet
1
-2
/
+2
2014-05-12
net: rename local_df to ignore_df
WANG Cong
1
-2
/
+2
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
1
-3
/
+1
2014-04-10
net: core: don't account for udp header size when computing seglen
Florian Westphal
1
-5
/
+7
2014-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+22
2014-03-28
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
1
-1
/
+2
2014-03-27
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Zoltan Kiss
1
-7
/
+20
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-46
/
+54
2014-03-13
consolidate duplicate code is skb_checksum_setup() helpers
Jan Beulich
1
-90
/
+50
2014-03-11
skbuff: skb_segment: orphan frags before copying
Michael S. Tsirkin
1
-0
/
+6
2014-03-11
skbuff: skb_segment: s/fskb/list_skb/
Michael S. Tsirkin
1
-13
/
+13
[next]