index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
skbuff: Fix skb checksum partial check.
Pravin B Shelar
2015-09-29
1
-4
/
+5
*
net sysfs: Print link speed as signed integer
Alexander Stein
2015-09-29
1
-2
/
+1
*
net: fix net_device refcounting
Russell King
2015-09-24
1
-0
/
+9
*
fib_rules: fix fib rule dumps across multiple skbs
Wilson Kok
2015-09-24
1
-5
/
+9
*
netpoll: Close race condition between poll_one_napi and napi_disable
Neil Horman
2015-09-23
2
-2
/
+10
*
net: core: drop null test before destroy functions
Julia Lawall
2015-09-15
1
-8
/
+4
*
rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlink
Roopa Prabhu
2015-09-15
1
-10
/
+16
*
ebpf: emit correct src_reg for conditional jumps
Tycho Andersen
2015-09-11
1
-1
/
+1
*
net: ipv6: use common fib_default_rule_pref
Phil Sutter
2015-09-09
1
-7
/
+3
*
sock, diag: fix panic in sock_diag_put_filterinfo
Daniel Borkmann
2015-09-02
1
-0
/
+3
*
flow_dissector: Use 'const' where possible.
David S. Miller
2015-09-01
1
-38
/
+41
*
flow: Move __get_hash_from_flowi{4,6} into flow_dissector.c
David S. Miller
2015-09-01
2
-36
/
+35
*
flow_dissector: Don't use bit fields.
David S. Miller
2015-09-01
1
-7
/
+7
*
flow_dissector: Ignore flow dissector return value from ___skb_get_hash
Tom Herbert
2015-09-01
1
-9
/
+3
*
flow_dissector: Add control/reporting of encapsulation
Tom Herbert
2015-09-01
1
-0
/
+15
*
flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
Tom Herbert
2015-09-01
1
-1
/
+4
*
flow_dissector: Add flag to stop parsing at L3
Tom Herbert
2015-09-01
1
-0
/
+6
*
flow_dissector: Support IPv6 fragment header
Tom Herbert
2015-09-01
1
-0
/
+25
*
flow_dissector: Add control/reporting of fragmentation
Tom Herbert
2015-09-01
1
-2
/
+13
*
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
2015-09-01
1
-3
/
+4
*
flow_dissector: Jump to exit code in __skb_flow_dissect
Tom Herbert
2015-09-01
1
-26
/
+25
*
flowi: Abstract out functions to get flow hash based on flowi
Tom Herbert
2015-09-01
1
-0
/
+36
*
skbuff: Make __skb_set_sw_hash a general function
Tom Herbert
2015-09-01
1
-12
/
+6
*
tun_dst: Remove opts_size
Pravin B Shelar
2015-08-31
1
-1
/
+0
*
tcp: use dctcp if enabled on the route to the initiator
Daniel Borkmann
2015-08-31
1
-0
/
+6
*
ip_tunnels: record IP version in tunnel info
Jiri Benc
2015-08-29
1
-0
/
+2
*
net: FIB tracepoints
David Ahern
2015-08-29
1
-0
/
+1
*
netpoll: warn on netpoll_send_udp users who haven't disabled irqs
Nikolay Aleksandrov
2015-08-28
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-27
1
-1
/
+1
|
\
|
*
mm: make page pfmemalloc check more robust
Michal Hocko
2015-08-21
1
-1
/
+1
*
|
net: fix IFF_NO_QUEUE for drivers using alloc_netdev
Phil Sutter
2015-08-27
1
-1
/
+1
*
|
sock: fix kernel doc error
Jean Sacren
2015-08-27
1
-1
/
+1
*
|
net: introduce change upper device notifier change info
Jiri Pirko
2015-08-27
1
-2
/
+14
*
|
net: sched: consolidate tc_classify{,_compat}
Daniel Borkmann
2015-08-27
1
-1
/
+1
*
|
bpf: fix bpf_skb_set_tunnel_key() helper
Alexei Starovoitov
2015-08-26
1
-0
/
+1
*
|
route: fix a use-after-free
WANG Cong
2015-08-25
1
-1
/
+2
*
|
net-next: Fix warning while make xmldocs caused by skbuff.c
Masanari Iida
2015-08-25
1
-2
/
+2
*
|
lwt: Add cfg argument to build_state
Tom Herbert
2015-08-24
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-21
1
-19
/
+18
|
\
\
|
|
/
|
*
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
Linus Lüssing
2015-08-13
1
-19
/
+18
*
|
route: move lwtunnel state to dst_entry
Jiri Benc
2015-08-20
3
-61
/
+14
*
|
ip_tunnels: add IPv6 addresses to ip_tunnel_key
Jiri Benc
2015-08-20
1
-2
/
+2
*
|
net: warn if drivers set tx_queue_len = 0
Phil Sutter
2015-08-18
1
-0
/
+3
*
|
net: Add inet_proto_csum_replace_by_diff utility function
Tom Herbert
2015-08-17
1
-0
/
+13
*
|
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
2015-08-17
2
-3
/
+3
*
|
lwt: Add support to redirect dst.input
Tom Herbert
2015-08-17
1
-0
/
+55
*
|
net: Export bpf_prog_create_from_user().
David S. Miller
2015-08-17
1
-0
/
+1
*
|
net: allow sleeping when modifying store_rps_map
Sasha Levin
2015-08-13
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-13
3
-10
/
+14
|
\
\
|
|
/
|
*
inet: fix races with reqsk timers
Eric Dumazet
2015-08-10
1
-1
/
+7
[next]