Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d660c68eb5b24051a4765d473765d9021a720975
/
net
/
core
/
skbuff.c
ac5cc97
net: check both type and procotol for tcp sockets
by WANG Cong
· 9 years ago
f654861
skbuff: Fix offset error in skb_reorder_vlan_header
by Vlad Yasevich
· 9 years ago
a6e18ff
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
by Vlad Yasevich
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
31b33df
skbuff: Fix skb checksum partial check.
by Pravin B Shelar
· 9 years ago
0d36938
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
d749916
net-next: Fix warning while make xmldocs caused by skbuff.c
by Masanari Iida
· 9 years ago
2f064f3
mm: make page pfmemalloc check more robust
by Michal Hocko
· 9 years ago
a516993
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
by Linus Lüssing
· 9 years ago
25c43bf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fb05e7a
net: don't wait for order-3 page allocation
by Shaohua Li
· 9 years ago
2b51457
net: af_unix: implement splice for stream af_unix sockets
by Hannes Frederic Sowa
· 10 years ago
a60e3cc
net: make skb_splice_bits more configureable
by Hannes Frederic Sowa
· 10 years ago
be12a1f
net: skbuff: add skb_append_pagefrags and use it
by Hannes Frederic Sowa
· 10 years ago
a080e7b
net: Reserve skb headroom and set skb->dev even if using __alloc_skb
by Alexander Duyck
· 10 years ago
181edb2
net: Add skb_free_frag to replace use of put_page in freeing skb->head
by Alexander Duyck
· 10 years ago
b63ae8c
mm/net: Rename and move page fragment handling from net/ to mm/
by Alexander Duyck
· 10 years ago
0e39250
net: Store virtual address instead of page in netdev_alloc_cache
by Alexander Duyck
· 10 years ago
9451980
net: Use cached copy of pfmemalloc to avoid accessing page
by Alexander Duyck
· 10 years ago
fcba67c
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
by Linus Lüssing
· 10 years ago
9afd85c
net: Export IGMP/MLD message validation code
by Linus Lüssing
· 10 years ago
2ea2f62
net: fix crash in build_skb()
by Eric Dumazet
· 10 years ago
79930f5
net: do not deplete pfmemalloc reserve
by Eric Dumazet
· 10 years ago
213dd74
skbuff: Do not scrub skb mark within the same name space
by Herbert Xu
· 10 years ago
4c0ee41
Revert "net: Reset secmark when scrubbing packet"
by Herbert Xu
· 10 years ago
8bc0034
net: remove extra newlines
by Sheng Yong
· 10 years ago
0fa74a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
3a8dd97
sock: fix possible NULL sk dereference in __skb_tstamp_tx
by Willem de Bruijn
· 10 years ago
c29390c
xps: must clear sender_cpu before forwarding
by Eric Dumazet
· 10 years ago
58025e4
net: gro: remove obsolete code from skb_gro_receive()
by Eric Dumazet
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
059a244
net: Remove state argument from skb_find_text()
by Bojan Prtvar
· 10 years ago
997d5c3
sock: sock_dequeue_err_skb() needs hard irq safety
by Eric Dumazet
· 10 years ago
2bd8248
xps: fix xps for stacked devices
by Eric Dumazet
· 10 years ago
b245be1
net-timestamp: no-payload only sysctl
by Willem de Bruijn
· 10 years ago
49ca0d8
net-timestamp: no-payload option
by Willem de Bruijn
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
e8768f9
net: skbuff: don't zero tc members when freeing skb
by Florian Westphal
· 10 years ago
b8fb4e0
net: Reset secmark when scrubbing packet
by Thomas Graf
· 10 years ago
fd11a83
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
by Alexander Duyck
· 10 years ago
ffde732
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
by Alexander Duyck
· 10 years ago
6ffe75e
net: avoid two atomic operations in fast clones
by Eric Dumazet
· 10 years ago
1459143
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e7820e3
net: Revert "net: avoid one atomic operation in skb_clone()"
by Eric Dumazet
· 10 years ago
93515d5
net: move vlan pop/push functions into common code
by Jiri Pirko
· 10 years ago
e219512
net: move make_writable helper into common code
by Jiri Pirko
· 10 years ago
e585f23
udp: Changes to udp_offload to support remote checksum offload
by Tom Herbert
· 10 years ago
432c856
net: skb_segment() should preserve backpressure
by Toshiaki Makita
· 10 years ago
f993bc2
net: core: handle encapsulation offloads when computing segment lengths
by Florian Westphal
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
4c45058
net: fix races in page->_count manipulation
by Eric Dumazet
· 10 years ago
de3f0d0
net: Missing @ before descriptions cause make xmldocs warning
by Masanari Iida
· 10 years ago
bec3cfd
net: skb_segment() provides list head and tail
by Eric Dumazet
· 10 years ago
61b37d2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
c8753d5
net: Cleanup skb cloning by adding SKB_FCLONE_FREE
by Vijay Subramanian
· 10 years ago
0129120
net: do not export skb_gro_receive()
by Eric Dumazet
· 10 years ago
739e4a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1109a90
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
by Pablo Neira Ayuso
· 10 years ago
ce1a4ea
net: avoid one atomic operation in skb_clone()
by Eric Dumazet
· 10 years ago
d0bf4a9
net: cleanup and document skb fclone layout
by Eric Dumazet
· 10 years ago
73d3fe6
gro: fix aggregation for skb using frag_list
by Eric Dumazet
· 10 years ago
b193722
net: reorganize sk_buff for faster __copy_skb_header()
by Eric Dumazet
· 10 years ago
ff04a77
net : optimize skb_release_data()
by Eric Dumazet
· 10 years ago
f4a775d
net: introduce __skb_header_release()
by Eric Dumazet
· 10 years ago
2e4e441
net: add alloc_skb_with_frags() helper
by Eric Dumazet
· 10 years ago
e93a043
tcp: allow segment with FIN in tcp_try_coalesce()
by Eric Dumazet
· 10 years ago
bf7fa55
mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path
by Alexander Duyck
· 10 years ago
cab41c4
skb: Add documentation for skb_clone_sk
by Alexander Duyck
· 10 years ago
eb84d6b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
62bccb8
net-timestamp: Make the clone operation stand-alone from phy timestamping
by Alexander Duyck
· 10 years ago
37846ef
net-timestamp: Merge shared code between phy and regular timestamping
by Alexander Duyck
· 10 years ago
e793c0f
net: treewide: Fix typo found in DocBook/networking.xml
by Masanari Iida
· 10 years ago
364a9e9
sock: deduplicate errqueue dequeue
by Willem de Bruijn
· 10 years ago
903ceff
net: Replace get_cpu_var through this_cpu_ptr
by Christoph Lameter
· 10 years ago
0d5501c
net: Always untag vlan-tagged traffic on input.
by Vlad Yasevich
· 10 years ago
d247b6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
4ed2d76
net-timestamp: TCP timestamping
by Willem de Bruijn
· 10 years ago
e7fd288
net-timestamp: SCHED timestamp on entering packet scheduler
by Willem de Bruijn
· 10 years ago
09c2d25
net-timestamp: add key to disambiguate concurrent datagrams
by Willem de Bruijn
· 10 years ago
f24b9be
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
by Willem de Bruijn
· 10 years ago
fcdfe3a
net: Correctly set segment mac_len in skb_segment().
by Vlad Yasevich
· 10 years ago
de84372
net: fix setting csum_start in skb_segment()
by Tom Herbert
· 10 years ago
46fb51e
net: Fix save software checksum complete
by Tom Herbert
· 10 years ago
902455e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
bad93e9
net: add __pskb_copy_fclone and pskb_copy_for_clone
by Octavian Purdila
· 10 years ago
5882a07
net: fix UDP tunnel GSO of frag_list GRO packets
by Wei-Chun Chao
· 10 years ago
7e2b10c
net: Support for multiple checksums with gso
by Tom Herbert
· 10 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
29e9824
net: gro: make sure skb->cb[] initial content has not to be zero
by Eric Dumazet
· 11 years ago
60ff746
net: rename local_df to ignore_df
by WANG Cong
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
6d39d58
net: core: don't account for udp header size when computing seglen
by Florian Westphal
· 11 years ago
64c2723
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
53d6471
net: Account for all vlan headers in skb_mac_gso_segment
by Vlad Yasevich
· 11 years ago
36d5fe6
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
by Zoltan Kiss
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f9708b4
consolidate duplicate code is skb_checksum_setup() helpers
by Jan Beulich
· 11 years ago
1fd819e
skbuff: skb_segment: orphan frags before copying
by Michael S. Tsirkin
· 11 years ago
1a4ceda
skbuff: skb_segment: s/fskb/list_skb/
by Michael S. Tsirkin
· 11 years ago
df5771f
skbuff: skb_segment: s/skb/head_skb/
by Michael S. Tsirkin
· 11 years ago
Next »