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
/
include
/
linux
/
skbuff.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-29
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-1
/
+1
2015-09-24
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-01
flow_dissector: Use 'const' where possible.
David S. Miller
1
-4
/
+4
2015-09-01
flow_dissector: Fix function argument ordering dependency
Tom Herbert
1
-4
/
+4
2015-09-01
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
1
-8
/
+11
2015-09-01
flowi: Abstract out functions to get flow hash based on flowi
Tom Herbert
1
-4
/
+12
2015-09-01
skbuff: Make __skb_set_sw_hash a general function
Tom Herbert
1
-16
/
+29
2015-09-01
flow_dissector: Move skb related functions to skbuff.h
Tom Herbert
1
-0
/
+47
2015-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+5
2015-08-21
mm: make page pfmemalloc check more robust
Michal Hocko
1
-9
/
+5
2015-08-13
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-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+13
2015-07-31
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-20
net: remove skb_frag_add_head
Jiri Benc
1
-6
/
+0
2015-07-20
net: don't reforward packets already forwarded by offload device
Scott Feldman
1
-1
/
+8
2015-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+6
2015-06-12
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-04
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-20
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-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+7
2015-03-11
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]