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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-06
rxrpc: Note a successfully aborted kernel operation
David Howells
1
-1
/
+1
2017-04-05
bonding: attempt to better support longer hw addresses
Jarod Wilson
1
-1
/
+11
2017-04-05
Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/...
David S. Miller
4
-47
/
+39
2017-04-05
rtnl: Add support for netdev event to link messages
Vlad Yasevich
2
-1
/
+23
2017-04-05
net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14
Gao Feng
1
-0
/
+3
2017-04-05
netlink/diag: report flags for netlink sockets
Andrey Vagin
1
-0
/
+10
2017-04-05
phy/ethtool: Add missing SPEED_<foo> strings
Joe Perches
1
-0
/
+1
2017-04-04
can: initial support for network namespaces
Mario Kicherer
3
-3
/
+39
2017-04-04
can: ti_hecc: Convert TI HECC driver to DT only driver
Yegor Yefremov
1
-44
/
+0
2017-04-03
qed: Manage with less memory regions for RoCE
Ram Amrani
1
-1
/
+0
2017-04-03
net: usbnet: support 64bit stats
Greg Ungerer
1
-0
/
+4
2017-04-03
flowcache: more "unsigned int"
Alexey Dobriyan
1
-3
/
+3
2017-04-03
flowcache: make flow_key_size() return "unsigned int"
Alexey Dobriyan
1
-1
/
+1
2017-04-03
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
Xin Long
2
-0
/
+3
2017-04-02
sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()
Eric Dumazet
1
-1
/
+1
2017-04-01
net: mpls: Increase max number of labels for lwt encap
David Ahern
1
-3
/
+2
2017-04-01
udp: use sk_protocol instead of pcflag to detect udplite sockets
Paolo Abeni
1
-1
/
+1
2017-04-01
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
2
-0
/
+19
2017-04-01
net: dsa: add cross-chip bridging operations
Vivien Didelot
1
-0
/
+8
2017-03-30
sock: avoid dirtying sk_stamp, if possible
Paolo Abeni
1
-1
/
+4
2017-03-29
Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...
David S. Miller
3
-3
/
+161
2017-03-28
net: dsa: dsa2: Add basic support of devlink
Andrew Lunn
1
-0
/
+5
2017-03-28
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2
-10
/
+11
2017-03-28
net: ipv6: Refactor inet6_netconf_notify_devconf to take event
David Ahern
1
-2
/
+2
2017-03-28
net: devinet: Refactor inet_netconf_notify_devconf to take event
David Ahern
1
-2
/
+2
2017-03-28
rtnetlink: Add RTM_DELNETCONF
David Ahern
1
-0
/
+2
2017-03-28
ipv6: add support for NETDEV_RESEND_IGMP event
Vlad Yasevich
1
-0
/
+2
2017-03-28
soc: qcom: smd: Remove standalone driver
Bjorn Andersson
2
-140
/
+1
2017-03-28
soc: qcom: smd: Transition client drivers from smd to rpmsg
Bjorn Andersson
1
-4
/
+7
2017-03-28
devlink: Support for pipeline debug (dpipe)
Arkadi Sharshevsky
2
-1
/
+325
2017-03-28
net/sched: Add accessor functions to pedit keys for offloading drivers
Or Gerlitz
1
-0
/
+45
2017-03-28
net/mlx5: Introduce modify header structures, commands and steering action de...
Or Gerlitz
2
-3
/
+113
2017-03-28
net/mlx5: Add helper to initialize a flow steering actions struct instance
Or Gerlitz
1
-1
/
+4
2017-03-27
bonding: split bond_set_slave_link_state into two parts
Mahesh Bandewar
1
-5
/
+17
2017-03-25
gtp: support SGSN-side tunnels
Jonas Bonn
1
-0
/
+7
2017-03-25
gtp: rename SGSN netlink attribute
Jonas Bonn
1
-1
/
+2
2017-03-24
net: Introduce SO_INCOMING_NAPI_ID
Sridhar Samudrala
1
-0
/
+2
2017-03-24
net: Commonize busy polling code to focus on napi_id instead of socket
Sridhar Samudrala
1
-5
/
+15
2017-03-24
net: Track start of busy loop instead of when it should end
Alexander Duyck
1
-30
/
+38
2017-03-24
net: Change return type of sk_busy_loop from bool to void
Alexander Duyck
1
-3
/
+2
2017-03-24
net: Only define skb_mark_napi_id in one spot instead of two
Alexander Duyck
1
-13
/
+9
2017-03-24
net: Busy polling should ignore sender CPUs
Alexander Duyck
1
-2
/
+7
2017-03-24
net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevs
Saeed Mahameed
1
-0
/
+1
2017-03-24
tcp: sysctl: Fix a race to avoid unexpected 0 window from space
Gao Feng
1
-3
/
+5
2017-03-24
net: Add sysctl to toggle early demux for tcp and udp
subashab@codeaurora.org
3
-3
/
+7
2017-03-24
net: phy: Allow splitting MDIO bus/device support from PHYs
Florian Fainelli
1
-2
/
+19
2017-03-24
of_mdio: Correct check against CONFIG_OF
Florian Fainelli
1
-2
/
+2
2017-03-23
Add a eBPF helper function to retrieve socket uid
Chenbo Feng
1
-1
/
+8
2017-03-23
Add a helper function to get socket cookie in eBPF
Chenbo Feng
2
-1
/
+9
2017-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-75
/
+74
[next]