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
2019-04-12
rhashtable: use BIT(0) for locking.
NeilBrown
2
-12
/
+25
2019-04-12
rhashtable: replace rht_ptr_locked() with rht_assign_locked()
NeilBrown
2
-6
/
+9
2019-04-12
rhashtable: move dereference inside rht_ptr()
NeilBrown
3
-34
/
+49
2019-04-12
rhashtable: reorder some inline functions and macros.
NeilBrown
1
-71
/
+71
2019-04-12
rhashtable: fix some __rcu annotation errors
NeilBrown
2
-7
/
+8
2019-04-12
rhashtable: use struct_size() in kvzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-04-12
Merge branch 'nfp-update-to-control-structures'
David S. Miller
12
-293
/
+451
2019-04-12
nfp: split out common control message handling code
Jakub Kicinski
8
-263
/
+340
2019-04-12
nfp: move vNIC reset before netdev init
Jakub Kicinski
1
-3
/
+3
2019-04-12
nfp: add a mutex lock for the vNIC ctrl BAR
Jakub Kicinski
4
-23
/
+87
2019-04-12
nfp: opportunistically poll for reconfig result
Dirk van der Merwe
1
-4
/
+21
2019-04-12
ipv6: Remove flowi6_oif compare from __ip6_route_redirect
David Ahern
1
-2
/
+0
2019-04-12
Merge branch 'netdevsim-Mostly-cleanup-in-sdev-bpf-iface-area'
David S. Miller
6
-90
/
+159
2019-04-12
netdevsim: move sdev-specific init/uninit code into separate functions
Jiri Pirko
1
-25
/
+38
2019-04-12
netdevsim: make bpf_offload_dev_create() per-sdev instead of first ns
Jiri Pirko
1
-12
/
+14
2019-04-12
netdevsim: move sdev specific bpf debugfs files to sdev dir
Jiri Pirko
3
-13
/
+13
2019-04-12
netdevsim: move shared dev creation and destruction into separate file
Jiri Pirko
4
-50
/
+104
2019-04-12
Documentation: net: dsa: transition to the rst format
Ioana Ciornei
5
-154
/
+169
2019-04-12
net: veth: use generic helper to report timestamping info
Julian Wiedmann
1
-13
/
+1
2019-04-12
net: loopback: use generic helper to report timestamping info
Julian Wiedmann
1
-13
/
+1
2019-04-12
net: dummy: use generic helper to report timestamping info
Julian Wiedmann
1
-13
/
+2
2019-04-12
Merge branch 'smc-next'
David S. Miller
8
-274
/
+294
2019-04-12
net/smc: improve smc_conn_create reason codes
Karsten Graul
4
-59
/
+58
2019-04-12
net/smc: improve smc_listen_work reason codes
Karsten Graul
2
-46
/
+54
2019-04-12
net/smc: code cleanup smc_listen_work
Karsten Graul
1
-15
/
+14
2019-04-12
net/smc: cleanup of get vlan id
Karsten Graul
3
-6
/
+10
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
7
-141
/
+139
2019-04-12
net/smc: check for ip prefix and subnet
Karsten Graul
2
-3
/
+10
2019-04-12
net/smc: fallback to TCP after connect problems
Karsten Graul
1
-4
/
+4
2019-04-12
net/smc: nonblocking connect rework
Ursula Braun
2
-42
/
+47
2019-04-12
xen-netback: add reference from xenvif to backend_info to facilitate coredump...
Dongli Zhang
2
-16
/
+19
2019-04-11
Merge branch 'sctp-skb-list'
David S. Miller
3
-41
/
+71
2019-04-11
sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().
David Miller
3
-20
/
+13
2019-04-11
sctp: Make sctp_enqueue_event tak an skb list.
David Miller
2
-15
/
+39
2019-04-11
sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event
David Miller
1
-1
/
+10
2019-04-11
sctp: Always pass skbs on a list to sctp_ulpq_tail_event().
David Miller
1
-6
/
+10
2019-04-11
sctp: Remove superfluous test in sctp_ulpq_reasm_drain().
David Miller
1
-1
/
+1
2019-04-11
net: sched: flower: fix filter net reference counting
Vlad Buslov
1
-11
/
+6
2019-04-11
selftests: Add debugging options to pmtu.sh
David Ahern
1
-89
/
+124
2019-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
75
-425
/
+4603
2019-04-12
bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+6
2019-04-11
tools: add smp_* barrier variants to include infrastructure
Daniel Borkmann
2
-2
/
+15
2019-04-11
Merge branch 'ipv6-Refactor-nexthop-selection-helpers-during-a-fib-lookup'
David S. Miller
2
-125
/
+149
2019-04-11
ipv6: Refactor __ip6_route_redirect
David Ahern
1
-23
/
+33
2019-04-11
ipv6: Refactor rt6_device_match
David Ahern
1
-13
/
+25
2019-04-11
ipv6: Move fib6_multipath_select down in ip6_pol_route
David Ahern
1
-3
/
+3
2019-04-11
ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup
David Ahern
1
-12
/
+13
2019-04-11
ipv6: Refactor find_rr_leaf
David Ahern
1
-36
/
+30
2019-04-11
ipv6: Refactor find_match
David Ahern
1
-18
/
+32
2019-04-11
ipv6: Pass fib6_nh and flags to rt6_score_route
David Ahern
1
-8
/
+10
[next]