index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-17
net: check both type and procotol for tcp sockets
WANG Cong
1
-1
/
+2
2015-12-15
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
1
-1
/
+1
2015-11-17
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
1
-1
/
+2
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-4
/
+4
2015-09-29
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-4
/
+5
2015-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-08-25
net-next: Fix warning while make xmldocs caused by skbuff.c
Masanari Iida
1
-2
/
+2
2015-08-21
mm: make page pfmemalloc check more robust
Michal Hocko
1
-1
/
+1
2015-08-13
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
Linus Lüssing
1
-19
/
+18
2015-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-06-11
net: don't wait for order-3 page allocation
Shaohua Li
1
-1
/
+1
2015-05-25
net: af_unix: implement splice for stream af_unix sockets
Hannes Frederic Sowa
1
-0
/
+1
2015-05-25
net: make skb_splice_bits more configureable
Hannes Frederic Sowa
1
-17
/
+28
2015-05-25
net: skbuff: add skb_append_pagefrags and use it
Hannes Frederic Sowa
1
-0
/
+18
2015-05-13
net: Reserve skb headroom and set skb->dev even if using __alloc_skb
Alexander Duyck
1
-4
/
+16
2015-05-12
net: Add skb_free_frag to replace use of put_page in freeing skb->head
Alexander Duyck
1
-4
/
+6
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
1
-94
/
+6
2015-05-12
net: Store virtual address instead of page in netdev_alloc_cache
Alexander Duyck
1
-23
/
+32
2015-05-12
net: Use cached copy of pfmemalloc to avoid accessing page
Alexander Duyck
1
-62
/
+79
2015-05-04
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
Linus Lüssing
1
-1
/
+1
2015-05-04
net: Export IGMP/MLD message validation code
Linus Lüssing
1
-0
/
+87
2015-04-25
net: fix crash in build_skb()
Eric Dumazet
1
-9
/
+22
2015-04-22
net: do not deplete pfmemalloc reserve
Eric Dumazet
1
-2
/
+7
2015-04-16
skbuff: Do not scrub skb mark within the same name space
Herbert Xu
1
-3
/
+6
2015-04-16
Revert "net: Reset secmark when scrubbing packet"
Herbert Xu
1
-1
/
+0
2015-04-07
net: remove extra newlines
Sheng Yong
1
-1
/
+0
2015-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2015-03-12
sock: fix possible NULL sk dereference in __skb_tstamp_tx
Willem de Bruijn
1
-2
/
+6
2015-03-11
xps: must clear sender_cpu before forwarding
Eric Dumazet
1
-1
/
+1
2015-03-06
net: gro: remove obsolete code from skb_gro_receive()
Eric Dumazet
1
-44
/
+1
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2015-02-22
net: Remove state argument from skb_find_text()
Bojan Prtvar
1
-5
/
+4
2015-02-20
sock: sock_dequeue_err_skb() needs hard irq safety
Eric Dumazet
1
-2
/
+3
2015-02-04
xps: fix xps for stacked devices
Eric Dumazet
1
-0
/
+4
2015-02-02
net-timestamp: no-payload only sysctl
Willem de Bruijn
1
-1
/
+20
2015-02-02
net-timestamp: no-payload option
Willem de Bruijn
1
-5
/
+14
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-4
/
+4
2015-01-02
net: skbuff: don't zero tc members when freeing skb
Florian Westphal
1
-7
/
+0
2014-12-24
net: Reset secmark when scrubbing packet
Thomas Graf
1
-0
/
+1
2014-12-10
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
Alexander Duyck
1
-7
/
+67
2014-12-10
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
Alexander Duyck
1
-40
/
+77
2014-12-09
net: avoid two atomic operations in fast clones
Eric Dumazet
1
-17
/
+18
2014-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-17
/
+6
2014-11-21
net: Revert "net: avoid one atomic operation in skb_clone()"
Eric Dumazet
1
-17
/
+6
2014-11-21
net: move vlan pop/push functions into common code
Jiri Pirko
1
-0
/
+95
2014-11-21
net: move make_writable helper into common code
Jiri Pirko
1
-0
/
+12
2014-11-05
udp: Changes to udp_offload to support remote checksum offload
Tom Herbert
1
-2
/
+2
2014-10-29
net: skb_segment() should preserve backpressure
Toshiaki Makita
1
-0
/
+10
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
[next]