index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
hv_netvsc: Update netvsc Document for TCP hash level setting
Haiyang Zhang
2017-10-08
1
-4
/
+4
*
hv_netvsc: Add ethtool handler to set and get TCP hash levels
Haiyang Zhang
2017-10-08
1
-1
/
+24
*
hv_netvsc: Change the hash level variable to bit flags
Haiyang Zhang
2017-10-08
2
-25
/
+59
*
Merge branch 'mlxsw-more-extack'
David S. Miller
2017-10-08
3
-13
/
+33
|
\
|
*
mlxsw: spectrum: Propagate extack further for bridge enslavements
Ido Schimmel
2017-10-08
3
-11
/
+23
|
*
mlxsw: spectrum: Add extack for VLAN enslavements
Ido Schimmel
2017-10-08
1
-2
/
+10
|
/
*
Merge branch 'bpf-obj-name-misc'
David S. Miller
2017-10-08
5
-15
/
+27
|
\
|
*
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
2017-10-08
1
-2
/
+15
|
*
bpf: Use char in prog and map name
Martin KaFai Lau
2017-10-08
3
-10
/
+10
|
*
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
2017-10-08
1
-3
/
+2
|
/
*
ip_gre: check packet length and mtu correctly in erspan tx
William Tu
2017-10-08
1
-4
/
+4
*
net: phonet: mark phonet_protocol as const
Lin Zhang
2017-10-08
4
-11
/
+14
*
net: phonet: mark header_ops as const
Lin Zhang
2017-10-08
2
-2
/
+2
*
Merge branch 'bpf-perf-time-helpers'
David S. Miller
2017-10-08
12
-19
/
+183
|
\
|
*
bpf: add a test case for helper bpf_perf_prog_read_value
Yonghong Song
2017-10-08
4
-6
/
+23
|
*
bpf: add helper bpf_perf_prog_read_value
Yonghong Song
2017-10-08
2
-1
/
+37
|
*
bpf: add a test case for helper bpf_perf_event_read_value
Yonghong Song
2017-10-08
4
-2
/
+43
|
*
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2017-10-08
3
-7
/
+63
|
*
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
2017-10-08
4
-6
/
+20
|
/
*
ip_tunnel: add mpls over gre support
Amine Kherbouche
2017-10-07
2
-0
/
+37
*
Merge branch 'fib6-rcu'
David S. Miller
2017-10-07
6
-470
/
+1179
|
\
|
*
ipv6: take care of rt6_stats
Wei Wang
2017-10-07
3
-26
/
+47
|
*
ipv6: replace rwlock with rcu and spinlock in fib6_table
Wei Wang
2017-10-07
5
-230
/
+333
|
*
ipv6: add key length check into rt6_select()
Wei Wang
2017-10-07
1
-0
/
+14
|
*
ipv6: check fn->leaf before it is used
Wei Wang
2017-10-07
2
-13
/
+30
|
*
ipv6: update fn_sernum after route is inserted to tree
Wei Wang
2017-10-07
2
-18
/
+23
|
*
ipv6: replace dst_hold() with dst_hold_safe() in routing code
Wei Wang
2017-10-07
2
-20
/
+54
|
*
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
Wei Wang
2017-10-07
1
-3
/
+0
|
*
ipv6: grab rt->rt6i_ref before allocating pcpu rt
Wei Wang
2017-10-07
1
-29
/
+29
|
*
ipv6: hook up exception table to store dst cache
Wei Wang
2017-10-07
4
-133
/
+72
|
*
ipv6: prepare fib6_locate() for exception table
Wei Wang
2017-10-07
4
-11
/
+29
|
*
ipv6: prepare fib6_age() for exception table
Wei Wang
2017-10-07
4
-17
/
+84
|
*
ipv6: prepare rt6_clean_tohost() for exception table
Wei Wang
2017-10-07
1
-1
/
+47
|
*
ipv6: prepare rt6_mtu_change() for exception table
Wei Wang
2017-10-07
1
-0
/
+40
|
*
ipv6: prepare fib6_remove_prefsrc() for exception table
Wei Wang
2017-10-07
1
-0
/
+29
|
*
ipv6: introduce a hash table to store dst cache
Wei Wang
2017-10-07
3
-0
/
+363
|
*
ipv6: introduce a new function fib6_update_sernum()
Wei Wang
2017-10-07
2
-0
/
+16
|
/
*
bnxt_en: don't consider building bnxt_tc.o if option not enabled
Jonathan Toppins
2017-10-07
2
-6
/
+2
*
Merge branch 'tcp-rbtree-retransmit-queue'
David S. Miller
2017-10-07
10
-249
/
+311
|
\
|
*
tcp: implement rb-tree based retransmit queue
Eric Dumazet
2017-10-07
7
-188
/
+245
|
*
tcp: pass previous skb to tcp_shifted_skb()
Eric Dumazet
2017-10-07
1
-4
/
+5
|
*
tcp: reduce tcp_fastretrans_alert() verbosity
Eric Dumazet
2017-10-07
1
-2
/
+2
|
*
tcp: tcp_mark_head_lost() optimization
Eric Dumazet
2017-10-07
1
-4
/
+4
|
*
tcp: tcp_tx_timestamp() cleanup
Eric Dumazet
2017-10-07
1
-3
/
+5
|
*
tcp: uninline tcp_write_queue_purge()
Eric Dumazet
2017-10-07
2
-14
/
+15
|
*
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
2017-10-07
4
-36
/
+37
|
/
*
Merge branch '40GbE' of ra.kernel.org:/pub/scm/linux/kernel/git/jkirsher/next...
David S. Miller
2017-10-07
12
-138
/
+203
|
\
|
*
i40e/i40evf: organize and re-number feature flags
Jacob Keller
2017-10-06
3
-68
/
+68
|
*
i40e: ignore skb->xmit_more when deciding to set RS bit
Jacob Keller
2017-10-06
1
-30
/
+4
|
*
i40evf: enable support for VF VLAN tag stripping control
Jacob Keller
2017-10-06
1
-8
/
+14
[next]