index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
skbuff.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-30
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-1
/
+1
2015-09-25
skbuff: Fix skb checksum flag on skb pull
Pravin B Shelar
1
-0
/
+3
2015-09-14
netfilter: bridge: fix routing of bridge frames with call-iptables=1
Florian Westphal
1
-3
/
+3
2015-09-02
flow_dissector: Use 'const' where possible.
David S. Miller
1
-4
/
+4
2015-09-02
flow_dissector: Fix function argument ordering dependency
Tom Herbert
1
-4
/
+4
2015-09-02
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
1
-8
/
+11
2015-09-02
flowi: Abstract out functions to get flow hash based on flowi
Tom Herbert
1
-4
/
+12
2015-09-02
skbuff: Make __skb_set_sw_hash a general function
Tom Herbert
1
-16
/
+29
2015-09-02
flow_dissector: Move skb related functions to skbuff.h
Tom Herbert
1
-0
/
+47
2015-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+5
2015-08-22
mm: make page pfmemalloc check more robust
Michal Hocko
1
-9
/
+5
2015-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2015-08-10
net-timestamp: Update skb_complete_tx_timestamp comment
Benjamin Poirier
1
-3
/
+3
2015-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+13
2015-08-01
net: Add functions to get skb->hash based on flow structures
Tom Herbert
1
-0
/
+21
2015-07-30
netfilter: bridge: reduce nf_bridge_info to 32 bytes again
Florian Westphal
1
-6
/
+13
2015-07-21
vxlan: Flow based tunneling
Thomas Graf
1
-0
/
+1
2015-07-21
net: remove skb_frag_add_head
Jiri Benc
1
-6
/
+0
2015-07-21
net: don't reforward packets already forwarded by offload device
Scott Feldman
1
-1
/
+8
2015-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+6
2015-06-13
flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs
Eric Dumazet
1
-4
/
+5
2015-06-12
netfilter: bridge: refactor frag_max_size
Bernhard Thaler
1
-0
/
+1
2015-06-12
netfilter: bridge: detect NAT66 correctly and change MAC address
Bernhard Thaler
1
-1
/
+5
2015-06-05
net: Get skb hash over flow_keys structure
Tom Herbert
1
-1
/
+1
2015-05-25
net: make skb_splice_bits more configureable
Hannes Frederic Sowa
1
-2
/
+9
2015-05-25
net: skbuff: add skb_append_pagefrags and use it
Hannes Frederic Sowa
1
-0
/
+3
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-05-20
Revert "netfilter: bridge: query conntrack about skb dnat"
Florian Westphal
1
-0
/
+1
2015-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-3
/
+5
2015-05-17
net: fix two sparse errors
Eric Dumazet
1
-6
/
+5
2015-05-14
netfilter: bridge: neigh_head and physoutdev can't be used at same time
Florian Westphal
1
-3
/
+5
2015-05-13
flow_dissect: use programable dissector in skb_flow_dissect and friends
Jiri Pirko
1
-2
/
+2
2015-05-13
net: move __skb_tx_hash to dev.c
Jiri Pirko
1
-3
/
+0
2015-05-13
net: move __skb_get_hash function declaration to flow_dissector.h
Jiri Pirko
1
-1
/
+0
2015-05-13
net: move *skb_get_poff declarations into correct header
Jiri Pirko
1
-4
/
+0
2015-05-13
net: change name of flow_dissector header to match the .c file name
Jiri Pirko
1
-1
/
+1
2015-05-12
net: Add skb_free_frag to replace use of put_page in freeing skb->head
Alexander Duyck
1
-0
/
+5
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
1
-3
/
+0
2015-05-12
net: Store virtual address instead of page in netdev_alloc_cache
Alexander Duyck
1
-3
/
+2
2015-05-04
net: Export IGMP/MLD message validation code
Linus Lüssing
1
-0
/
+3
2015-05-04
net: Add skb_get_hash_perturb
Tom Herbert
1
-0
/
+2
2015-04-25
net: fix crash in build_skb()
Eric Dumazet
1
-0
/
+1
2015-04-21
net: add skb_checksum_complete_unset
Tom Herbert
1
-0
/
+12
2015-04-08
netfilter: bridge: make BRNF_PKT_TYPE flag a bool
Florian Westphal
1
-0
/
+1
2015-04-08
netfilter: bridge: start splitting mask into public/private chunks
Florian Westphal
1
-0
/
+5
2015-04-08
netfilter: bridge: don't use nf_bridge_info data to store mac header
Florian Westphal
1
-1
/
+1
2015-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2015-03-12
xps: must clear sender_cpu before forwarding
Eric Dumazet
1
-0
/
+7
2015-03-02
net: move skb->dropcount to skb->cb[]
Eyal Birger
1
-2
/
+0
2015-02-22
net: Remove state argument from skb_find_text()
Bojan Prtvar
1
-2
/
+1
[next]