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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-14
vsock/vmci: register vmci_transport only when VMCI guest/host are active
Stefano Garzarella
1
-11
/
+22
2019-11-14
vsock: add multi-transports support
Stefano Garzarella
5
-89
/
+282
2019-11-14
hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
Stefano Garzarella
1
-1
/
+2
2019-11-14
vsock: move vsock_insert_unbound() in the vsock_create()
Stefano Garzarella
1
-4
/
+9
2019-11-14
vsock: add vsock_create_connected() called by transports
Stefano Garzarella
4
-13
/
+16
2019-11-14
vsock: handle buffer_size sockopts in the core
Stefano Garzarella
6
-199
/
+56
2019-11-14
vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
Stefano Garzarella
2
-9
/
+7
2019-11-14
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
2
-86
/
+86
2019-11-14
vsock: add 'transport' member in the struct vsock_sock
Stefano Garzarella
1
-18
/
+38
2019-11-14
vsock: remove include/linux/vm_sockets.h file
Stefano Garzarella
1
-1
/
+0
2019-11-14
vsock: remove vm_sockets_get_local_cid()
Stefano Garzarella
2
-11
/
+1
2019-11-14
vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
Stefano Garzarella
1
-5
/
+0
2019-11-14
Merge tag 'mlx5-updates-2019-11-12' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-0
/
+5
2019-11-14
net: openvswitch: add hash info to upcall
Tonghao Zhang
2
-1
/
+37
2019-11-13
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-0
/
+5
2019-11-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-23
/
+2
2019-11-12
bridge: implement get_link_ksettings ethtool method
Matthias Schiffer
1
-2
/
+34
2019-11-12
net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocol
Florian Fainelli
2
-10
/
+1
2019-11-12
tipc: update mon's self addr when node addr generated
Hoang Le
3
-0
/
+18
2019-11-12
netfilter: nf_flow_table: hardware offload support
Pablo Neira Ayuso
6
-3
/
+794
2019-11-12
netfilter: nf_tables: add flowtable offload control plane
Pablo Neira Ayuso
4
-2
/
+22
2019-11-12
netfilter: nf_flow_table: detach routing information from flow description
Pablo Neira Ayuso
2
-24
/
+69
2019-11-12
netfilter: nf_flowtable: remove flow_offload_entry structure
Pablo Neira Ayuso
1
-15
/
+4
2019-11-12
netfilter: nf_flow_table: move conntrack object to struct flow_offload
Pablo Neira Ayuso
1
-24
/
+11
2019-11-12
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-5
/
+14
2019-11-12
net/sched: actions: remove unused 'order'
Davide Caratti
1
-1
/
+0
2019-11-12
devlink: Allow large formatted message of binary output
Aya Levin
1
-9
/
+15
2019-11-11
tipc: fix update of the uninitialized variable err
Colin Ian King
1
-1
/
+1
2019-11-11
lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by users
Xin Long
1
-6
/
+8
2019-11-11
lwtunnel: get nlsize for erspan options properly
Xin Long
1
-1
/
+7
2019-11-11
lwtunnel: change to use nla_parse_nested on new options
Xin Long
1
-8
/
+8
2019-11-11
devlink: Add new "enable_roce" generic device param
Michael Guralnik
1
-0
/
+5
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
25
-78
/
+224
2019-11-08
sctp: add SCTP_PEER_ADDR_THLDS_V2 sockopt
Xin Long
1
-14
/
+40
2019-11-08
sctp: add support for Primary Path Switchover
Xin Long
5
-1
/
+23
2019-11-08
sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt
Xin Long
1
-0
/
+79
2019-11-08
sctp: add SCTP_ADDR_POTENTIALLY_FAILED notification
Xin Long
1
-18
/
+14
2019-11-08
sctp: add pf_expose per netns and sock and asoc
Xin Long
4
-2
/
+25
2019-11-08
devlink: disallow reload operation during device cleanup
Jiri Pirko
1
-1
/
+41
2019-11-08
packet: fix data-race in fanout_flow_is_huge()
Eric Dumazet
1
-3
/
+9
2019-11-08
tipc: add support for AEAD key setting via netlink
Tuong Lien
3
-1
/
+156
2019-11-08
tipc: introduce TIPC encryption & authentication
Tuong Lien
17
-46
/
+2385
2019-11-08
tipc: enable creating a "preliminary" node
Tuong Lien
2
-27
/
+73
2019-11-08
tipc: add reference counter to bearer
Tuong Lien
2
-1
/
+16
2019-11-08
net: icmp: fix data-race in cmp_global_allow()
Eric Dumazet
1
-5
/
+6
2019-11-08
net/sched: annotate lockless accesses to qdisc->empty
Eric Dumazet
2
-2
/
+2
2019-11-08
vsock/virtio: fix sock refcnt holding during the shutdown
Stefano Garzarella
1
-3
/
+5
2019-11-08
Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub...
David S. Miller
4
-75
/
+90
2019-11-08
cfg80211: VLAN offload support for set_key and set_sta_vlan
Gurumoorthi Gnanasambandhan
1
-0
/
+11
2019-11-08
mac80211: Shrink the size of ack_frame_id to make room for tx_time_est
Toke Høiland-Jørgensen
2
-2
/
+2
[next]