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-07-09
net: mvmdio: defer probe of orion-mdio if a clock is not ready
Josua Mayer
1
-0
/
+5
2019-07-09
net: mvmdio: print warning when orion-mdio has too many clocks
Josua Mayer
1
-0
/
+4
2019-07-09
net: mvmdio: allow up to four clocks to be specified for orion-mdio
Josua Mayer
1
-1
/
+1
2019-07-09
dt-bindings: allow up to four clocks for orion-mdio
Josua Mayer
1
-1
/
+1
2019-07-09
net: netsec: start using buffers if page_pool registration succeeded
Ilias Apalodimas
1
-8
/
+9
2019-07-09
Merge branch 'net-stmmac-Some-improvements-and-a-fix'
David S. Miller
12
-172
/
+114
2019-07-09
net: stmmac: Introducing support for Page Pool
Jose Abreu
3
-144
/
+70
2019-07-09
net: stmmac: Fix descriptors address being in > 32 bits address space
Jose Abreu
7
-22
/
+26
2019-07-09
net: stmmac: Implement RX Coalesce Frames setting
Jose Abreu
4
-8
/
+20
2019-07-09
bnxt_en: Add page_pool_destroy() during RX ring cleanup.
Michael Chan
1
-6
/
+2
2019-07-09
Merge branch 'net-sched-Introduce-tc-connection-tracking'
David S. Miller
13
-5
/
+1632
2019-07-09
tc-tests: Add tc action ct tests
Paul Blakey
1
-0
/
+314
2019-07-09
net/sched: cls_flower: Add matching on conntrack info
Paul Blakey
2
-5
/
+138
2019-07-09
net/flow_dissector: add connection tracking dissection
Paul Blakey
3
-0
/
+69
2019-07-09
net/sched: Introduce action ct
Paul Blakey
8
-0
/
+1111
2019-07-09
Merge branch 'devlink-Introduce-PCI-PF-VF-ports-and-attributes'
David S. Miller
5
-53
/
+232
2019-07-09
net/mlx5e: Register devlink ports for physical link, PCI PF, VFs
Parav Pandit
2
-31
/
+78
2019-07-09
devlink: Introduce PCI VF port flavour and port attribute
Parav Pandit
3
-0
/
+54
2019-07-09
devlink: Introduce PCI PF port flavour and port attribute
Parav Pandit
3
-0
/
+47
2019-07-09
devlink: Return physical port fields only for applicable port flavours
Parav Pandit
1
-0
/
+4
2019-07-09
devlink: Refactor physical port attributes
Parav Pandit
2
-22
/
+49
2019-07-08
Merge branch 'nfp-tls-fixes-for-initial-TLS-support'
David S. Miller
10
-50
/
+143
2019-07-08
net/tls: fix socket wmem accounting on fallback with netem
Jakub Kicinski
1
-0
/
+4
2019-07-08
nfp: tls: undo TLS sequence tracking when dropping the frame
Jakub Kicinski
1
-0
/
+23
2019-07-08
nfp: tls: avoid one of the ifdefs for TLS
Jakub Kicinski
1
-4
/
+2
2019-07-08
net/tls: add missing prot info init
Jakub Kicinski
1
-0
/
+2
2019-07-08
nfp: tls: don't leave key material in freed FW cmsg skbs
Jakub Kicinski
1
-1
/
+15
2019-07-08
net/tls: don't clear TX resync flag on error
Dirk van der Merwe
4
-12
/
+23
2019-07-08
nfp: tls: count TSO segments separately for the TLS offload
Jakub Kicinski
1
-1
/
+4
2019-07-08
nfp: ccm: increase message limits
Dirk van der Merwe
1
-3
/
+3
2019-07-08
nfp: tls: use unique connection ids instead of 4-tuple for TX
Jakub Kicinski
3
-14
/
+34
2019-07-08
nfp: tls: move setting ipver_vlan to a helper
Jakub Kicinski
1
-6
/
+10
2019-07-08
nfp: tls: ignore queue limits for delete commands
Jakub Kicinski
3
-10
/
+24
2019-07-08
sctp: remove rcu_read_lock from sctp_bind_addr_state
Xin Long
1
-9
/
+4
2019-07-08
Merge branch 'sctp-tidyup'
David S. Miller
6
-46
/
+39
2019-07-08
sctp: rename sp strm_interleave to ep intl_enable
Xin Long
3
-7
/
+7
2019-07-08
sctp: rename asoc intl_enable to asoc peer.intl_capable
Xin Long
5
-22
/
+23
2019-07-08
sctp: remove prsctp_enable from asoc
Xin Long
4
-8
/
+6
2019-07-08
sctp: remove reconf_enable from asoc
Xin Long
4
-11
/
+5
2019-07-08
net: phy: Make use of linkmode_mod_bit helper
Fuqian Huang
1
-12
/
+4
2019-07-08
Merge branch 'Add-MPLS-actions-to-TC'
David S. Miller
11
-73
/
+1754
2019-07-08
tc-tests: actions: add MPLS tests
John Hurley
2
-0
/
+1089
2019-07-08
net: sched: add mpls manipulation actions to TC
John Hurley
8
-1
/
+514
2019-07-08
net: core: add MPLS update core helper and use in OvS
John Hurley
3
-10
/
+37
2019-07-08
net: core: move pop MPLS functionality from OvS to core helper
John Hurley
3
-35
/
+45
2019-07-08
net: core: move push MPLS functionality from OvS to core helper
John Hurley
3
-27
/
+69
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
129
-899
/
+1265
2019-07-08
skbuff: increase verbosity when dumping skb data
Willem de Bruijn
3
-12
/
+104
2019-07-08
ipv6: elide flowlabel check if no exclusive leases exist
Willem de Bruijn
8
-14
/
+45
2019-07-08
tcp: Reset bytes_acked and bytes_received when disconnecting
Christoph Paasch
1
-0
/
+2
[next]