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