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
2018-09-29
tipc: buffer overflow handling in listener socket
Tung Nguyen
3
-6
/
+64
2018-09-29
tipc: add SYN bit to connection setup messages
Jon Maloy
3
-5
/
+22
2018-09-29
tipc: refactor function tipc_sk_filter_connect()
Jon Maloy
1
-58
/
+43
2018-09-29
tipc: refactor function tipc_sk_timeout()
Jon Maloy
1
-24
/
+38
2018-09-29
tipc: refactor function tipc_msg_reverse()
Jon Maloy
1
-30
/
+28
2018-09-29
tcp: up initial rmem to 128KB and SYN rwin to around 64KB
Yuchung Cheng
3
-46
/
+8
2018-09-29
hns3: Another build fix.
David S. Miller
1
-1
/
+1
2018-09-29
hns3: Fix the build.
David S. Miller
1
-1
/
+1
2018-09-28
qed: fix spelling mistake "b_cb_registred" -> "b_cb_registered"
Colin Ian King
2
-8
/
+8
2018-09-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
9
-48
/
+150
2018-09-28
net: sched: make function qdisc_free_cb() static
Wei Yongjun
1
-1
/
+1
2018-09-28
selftests: forwarding: test for bridge sticky flag
Nikolay Aleksandrov
1
-0
/
+69
2018-09-28
net: bridge: explicitly zero is_sticky in fdb_create
Nikolay Aleksandrov
1
-0
/
+1
2018-09-28
Merge branch 'hns3-next'
David S. Miller
10
-109
/
+157
2018-09-28
net: hns3: Fix loss of coal configuration while doing reset
Huazhong Tan
2
-37
/
+36
2018-09-28
net: hns3: Modify hns3_get_max_available_channels
Huazhong Tan
4
-17
/
+13
2018-09-28
net: hns3: Change return type of hclge_tm_schd_info_update()
Huazhong Tan
3
-4
/
+15
2018-09-28
net: hns3: Fix for netdev not up problem when setting mtu
Yunsheng Lin
1
-5
/
+3
2018-09-28
net: hns3: Fix for packet buffer setting bug
Yunsheng Lin
1
-6
/
+8
2018-09-28
net: hns3: Add serdes parallel inner loopback support
Fuyun Liang
4
-20
/
+57
2018-09-28
net: hns3: Rename mac loopback to app loopback
Fuyun Liang
3
-13
/
+13
2018-09-28
net: hns3: Rename loop mode
Fuyun Liang
3
-15
/
+15
2018-09-28
net: hns3: Set extra mac address of pause param for HW
Fuyun Liang
2
-0
/
+5
2018-09-28
net: hns3: Add support for sctp checksum offload
Peng Li
1
-4
/
+4
2018-09-28
net: dsa: b53: Fix build with B53_SRAB enabled and B53_SERDES=m
Arnd Bergmann
1
-0
/
+1
2018-09-28
net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2018-09-28
phy: mscc: fix printf format
Arnd Bergmann
1
-1
/
+1
2018-09-28
net: ethernet: dpaa: remove unused variables
Arnd Bergmann
1
-1
/
+0
2018-09-28
net: aquantia: Make function aq_fw1x_set_power() static
Wei Yongjun
1
-2
/
+2
2018-09-28
net/tls: Make function get_rec() static
Wei Yongjun
1
-1
/
+1
2018-09-28
net/core: make function ___gnet_stats_copy_basic() static
Wei Yongjun
1
-1
/
+1
2018-09-28
net: xen-netback: fix return type of ndo_start_xmit function
YueHaibing
1
-1
/
+2
2018-09-28
qed: Remove set but not used variable 'p_archipelago'
YueHaibing
1
-4
/
+0
2018-09-28
net: ovs: fix return type of ndo_start_xmit function
YueHaibing
1
-2
/
+3
2018-09-28
Merge branch 'netlink-nested-policy-validation'
David S. Miller
2
-51
/
+125
2018-09-28
netlink: add nested array policy validation
Johannes Berg
2
-1
/
+62
2018-09-28
netlink: allow NLA_NESTED to specify nested policy to validate
Johannes Berg
2
-2
/
+25
2018-09-28
netlink: move extack setting into validate_nla()
Johannes Berg
1
-32
/
+36
2018-09-28
netlink: make validation_data const
Johannes Berg
2
-4
/
+3
2018-09-28
netlink: remove NLA_NESTED_COMPAT
Johannes Berg
2
-13
/
+0
2018-09-27
ice: fix changing of ring descriptor size (ethtool -G)
Bruce Allan
2
-5
/
+16
2018-09-27
ice: Update to capabilities admin queue command
Anirudh Venkataramanan
1
-16
/
+34
2018-09-27
ice: Query the Tx scheduler node before adding it
Anirudh Venkataramanan
2
-1
/
+71
2018-09-27
ice: Update comment for ice_fltr_mgmt_list_entry
Brett Creeley
1
-1
/
+2
2018-09-27
ice: update fw version check logic
Jacob Keller
1
-11
/
+19
2018-09-27
ice: update branding strings and supported device ids
Bruce Allan
2
-9
/
+3
2018-09-27
ice: replace unnecessary memcpy with direct assignment
Bruce Allan
1
-1
/
+1
2018-09-27
ice: use [sr]q.count when checking if queue is initialized
Jacob Keller
1
-4
/
+4
2018-09-26
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
Maciej Żenczykowski
11
-15
/
+14
2018-09-26
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
Maciej Żenczykowski
12
-18
/
+14
[next]