index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-14
Coccinelle: setup_timer: improve messages from setup_timer
Julia Lawall
1
-9
/
+6
2017-11-14
kbuild: rpm-pkg: do not force -jN in submake
Masahiro Yamada
1
-1
/
+2
2017-11-14
kbuild: rpm-pkg: keep spec file until make mrproper
Masahiro Yamada
2
-2
/
+7
2017-11-14
kbuild: rpm-pkg: fix jobserver unavailable warning
Masahiro Yamada
1
-2
/
+2
2017-11-14
kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}
Masahiro Yamada
1
-16
/
+16
2017-11-14
kbuild: rpm-pkg: fix build error when CONFIG_MODULES is disabled
Masahiro Yamada
1
-25
/
+32
2017-11-14
kbuild: rpm-pkg: refactor mkspec with here doc
Masahiro Yamada
1
-113
/
+105
2017-11-14
MAINTAINERS: s/jlayton@poochiereds.net/jlayton@kernel.org/
Jeff Layton
1
-3
/
+3
2017-11-14
net: stmmac: fix LPI transitioning for dwmac4
Niklas Cassel
2
-1
/
+25
2017-11-14
atm: horizon: Fix irq release error
Arvind Yadav
1
-1
/
+1
2017-11-14
net-sysfs: trigger netlink notification on ifalias change via sysfs
Roopa Prabhu
1
-3
/
+14
2017-11-14
openvswitch: Using kfree_rcu() to simplify the code
Wei Yongjun
1
-8
/
+1
2017-11-14
openvswitch: Make local function ovs_nsh_key_attr_size() static
Wei Yongjun
1
-1
/
+1
2017-11-14
openvswitch: Fix return value check in ovs_meter_cmd_features()
Wei Yongjun
1
-1
/
+1
2017-11-14
liquidio: Missing error code in liquidio_init_nic_module()
Dan Carpenter
1
-1
/
+2
2017-11-14
xdp: sample: Missing curly braces in read_route()
Dan Carpenter
1
-2
/
+3
2017-11-14
ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic driver
Desnes Augusto Nunes do Rosario
2
-4
/
+176
2017-11-14
net: bridge: add vlan_tunnel to bridge port policies
Nikolay Aleksandrov
1
-0
/
+1
2017-11-14
net: mvneta: fix handling of the Tx descriptor counter
Simon Guinot
1
-5
/
+8
2017-11-14
netlink: remove unused NETLINK SKB flags
Johannes Berg
1
-3
/
+0
2017-11-14
netlink: remove unnecessary forward declaration
Johannes Berg
1
-1
/
+0
2017-11-14
net: dsa: lan9303: calculate offload_fwd_mark from tag
Egil Hjelmeland
1
-16
/
+8
2017-11-14
net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIs
Salil Mehta
2
-81
/
+43
2017-11-14
net: dsa: lan9303: correctly check return value of devm_gpiod_get_optional
Pan Bian
1
-1
/
+1
2017-11-14
net: phy: realtek: fix RTL8211F interrupt mode
Heiner Kallweit
1
-0
/
+2
2017-11-14
Merge branch 'mlxsw-Update-firmware-version'
David S. Miller
2
-5
/
+14
2017-11-14
mlxsw: spectrum_router: Add batch neighbour deletion
Ido Schimmel
1
-3
/
+12
2017-11-14
mlxsw: spectrum: Update minimum firmware version to 13.1530.152
Shalom Toledo
1
-2
/
+2
2017-11-14
net: Mention net-next status web page in netdev-FAQ.txt
Harald Welte
1
-1
/
+4
2017-11-14
net: Extend Kernel GTP-U tunneling documentation
Harald Welte
1
-4
/
+99
2017-11-14
ACPI / utils: Fix memory leak in acpi_evaluate_reference() error path
Xiongfeng Wang
1
-0
/
+1
2017-11-14
Merge udf, isofs, quota, ext2 changes for 4.15-rc1.
Jan Kara
27
-314
/
+366
2017-11-14
s390/kbuild: get rid of a warning when compiling with KCOV
Vasily Gorbik
1
-0
/
+1
2017-11-14
s390: correct some inline assembly constraints
Vasily Gorbik
3
-4
/
+4
2017-11-14
s390: remove all code using the access register mode
Martin Schwidefsky
16
-210
/
+228
2017-11-14
s390/mm,kvm: improve detection of KVM guest faults
Martin Schwidefsky
3
-5
/
+10
2017-11-14
s390/ap_bus: Convert timers to use timer_setup()
Kees Cook
3
-7
/
+7
2017-11-14
s390/sclp: Convert timers to use timer_setup()
Kees Cook
8
-51
/
+48
2017-11-14
s390/cio: Convert timers to use timer_setup()
Kees Cook
4
-15
/
+14
2017-11-14
s390: qdio: Convert timers to use timer_setup()
Kees Cook
3
-5
/
+4
2017-11-14
Merge branch 'net-devname_alloc_cleanups'
David S. Miller
1
-40
/
+22
2017-11-14
net: core: dev_get_valid_name is now the same as dev_alloc_name_ns
Rasmus Villemoes
1
-13
/
+1
2017-11-14
net: core: maybe return -EEXIST in __dev_alloc_name
Rasmus Villemoes
1
-1
/
+1
2017-11-14
net: core: check dev_valid_name in __dev_alloc_name
Rasmus Villemoes
1
-0
/
+3
2017-11-14
net: core: drop pointless check in __dev_alloc_name
Rasmus Villemoes
1
-2
/
+1
2017-11-14
net: core: eliminate dev_alloc_name{,_ns} code duplication
Rasmus Villemoes
1
-10
/
+2
2017-11-14
net: core: move dev_alloc_name_ns a little higher
Rasmus Villemoes
1
-13
/
+13
2017-11-14
net: core: improve sanity checking in __dev_alloc_name
Rasmus Villemoes
1
-1
/
+1
2017-11-14
Merge branch 'tls-misc-fixes'
David S. Miller
3
-60
/
+79
2017-11-14
tls: don't override sk_write_space if tls_set_sw_offload fails.
Ilya Lesokhin
1
-3
/
+2
[prev]
[next]