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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-08
bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports
Roopa Prabhu
4
-0
/
+274
2017-10-08
bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports
Roopa Prabhu
4
-58
/
+205
2017-10-08
bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood
Roopa Prabhu
9
-3
/
+54
2017-10-08
ipv6: fix a BUG in rt6_get_pcpu_route()
Eric Dumazet
1
-20
/
+6
2017-10-08
Merge tag 'mlx5-updates-2017-10-06' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
2
-317
/
+547
2017-10-08
Merge branch 'hv_netvsc-TCP-hash-level'
David S. Miller
3
-29
/
+86
2017-10-08
hv_netvsc: Update netvsc Document for TCP hash level setting
Haiyang Zhang
1
-4
/
+4
2017-10-08
hv_netvsc: Add ethtool handler to set and get TCP hash levels
Haiyang Zhang
1
-1
/
+24
2017-10-08
hv_netvsc: Change the hash level variable to bit flags
Haiyang Zhang
2
-25
/
+59
2017-10-08
Merge branch 'mlxsw-more-extack'
David S. Miller
3
-13
/
+33
2017-10-08
mlxsw: spectrum: Propagate extack further for bridge enslavements
Ido Schimmel
3
-11
/
+23
2017-10-08
mlxsw: spectrum: Add extack for VLAN enslavements
Ido Schimmel
1
-2
/
+10
2017-10-07
Merge branch 'bpf-obj-name-misc'
David S. Miller
5
-15
/
+27
2017-10-07
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
1
-2
/
+15
2017-10-07
bpf: Use char in prog and map name
Martin KaFai Lau
3
-10
/
+10
2017-10-07
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
1
-3
/
+2
2017-10-07
ip_gre: check packet length and mtu correctly in erspan tx
William Tu
1
-4
/
+4
2017-10-07
net: phonet: mark phonet_protocol as const
Lin Zhang
4
-11
/
+14
2017-10-07
net: phonet: mark header_ops as const
Lin Zhang
2
-2
/
+2
2017-10-07
Merge branch 'bpf-perf-time-helpers'
David S. Miller
12
-19
/
+183
2017-10-07
bpf: add a test case for helper bpf_perf_prog_read_value
Yonghong Song
4
-6
/
+23
2017-10-07
bpf: add helper bpf_perf_prog_read_value
Yonghong Song
2
-1
/
+37
2017-10-07
bpf: add a test case for helper bpf_perf_event_read_value
Yonghong Song
4
-2
/
+43
2017-10-07
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
3
-7
/
+63
2017-10-07
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
4
-6
/
+20
2017-10-07
ip_tunnel: add mpls over gre support
Amine Kherbouche
2
-0
/
+37
2017-10-07
Merge branch 'fib6-rcu'
David S. Miller
6
-470
/
+1179
2017-10-07
ipv6: take care of rt6_stats
Wei Wang
3
-26
/
+47
2017-10-07
ipv6: replace rwlock with rcu and spinlock in fib6_table
Wei Wang
5
-230
/
+333
2017-10-07
ipv6: add key length check into rt6_select()
Wei Wang
1
-0
/
+14
2017-10-07
ipv6: check fn->leaf before it is used
Wei Wang
2
-13
/
+30
2017-10-07
ipv6: update fn_sernum after route is inserted to tree
Wei Wang
2
-18
/
+23
2017-10-07
ipv6: replace dst_hold() with dst_hold_safe() in routing code
Wei Wang
2
-20
/
+54
2017-10-07
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
Wei Wang
1
-3
/
+0
2017-10-07
ipv6: grab rt->rt6i_ref before allocating pcpu rt
Wei Wang
1
-29
/
+29
2017-10-07
ipv6: hook up exception table to store dst cache
Wei Wang
4
-133
/
+72
2017-10-07
ipv6: prepare fib6_locate() for exception table
Wei Wang
4
-11
/
+29
2017-10-07
ipv6: prepare fib6_age() for exception table
Wei Wang
4
-17
/
+84
2017-10-07
ipv6: prepare rt6_clean_tohost() for exception table
Wei Wang
1
-1
/
+47
2017-10-07
ipv6: prepare rt6_mtu_change() for exception table
Wei Wang
1
-0
/
+40
2017-10-07
ipv6: prepare fib6_remove_prefsrc() for exception table
Wei Wang
1
-0
/
+29
2017-10-07
ipv6: introduce a hash table to store dst cache
Wei Wang
3
-0
/
+363
2017-10-07
ipv6: introduce a new function fib6_update_sernum()
Wei Wang
2
-0
/
+16
2017-10-07
bnxt_en: don't consider building bnxt_tc.o if option not enabled
Jonathan Toppins
2
-6
/
+2
2017-10-07
Merge branch 'tcp-rbtree-retransmit-queue'
David S. Miller
10
-249
/
+311
2017-10-07
tcp: implement rb-tree based retransmit queue
Eric Dumazet
7
-188
/
+245
2017-10-07
tcp: pass previous skb to tcp_shifted_skb()
Eric Dumazet
1
-4
/
+5
2017-10-07
tcp: reduce tcp_fastretrans_alert() verbosity
Eric Dumazet
1
-2
/
+2
2017-10-07
tcp: tcp_mark_head_lost() optimization
Eric Dumazet
1
-4
/
+4
2017-10-07
tcp: tcp_tx_timestamp() cleanup
Eric Dumazet
1
-3
/
+5
[prev]
[next]