index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-28
net: devlink: add warning for ndo_get_phys_port_name set when not needed
Jiri Pirko
1
-0
/
+18
2019-03-28
dsa: do not support ndo_get_phys_port_name for non-legacy ports
Jiri Pirko
1
-0
/
+7
2019-03-28
dsa: implement ndo_get_devlink_port
Jiri Pirko
1
-0
/
+8
2019-03-28
net: devlink: remove unused devlink_port_get_phys_port_name() function
Jiri Pirko
1
-7
/
+0
2019-03-28
net: devlink: introduce devlink_compat_phys_port_name_get()
Jiri Pirko
2
-5
/
+34
2019-03-28
Merge tag 'batadv-next-for-davem-20190328' of git://git.open-mesh.org/linux-m...
David S. Miller
61
-825
/
+432
2019-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
49
-223
/
+520
2019-03-27
inet: switch IP ID generator to siphash
Eric Dumazet
2
-19
/
+23
2019-03-27
tcp: fix zerocopy and notsent_lowat issues
Eric Dumazet
1
-10
/
+3
2019-03-27
net: openvswitch: Add a new action check_pkt_len
Numan Siddique
2
-0
/
+219
2019-03-27
ethtool: add PHY Fast Link Down support
Heiner Kallweit
1
-0
/
+2
2019-03-27
net/core: Allow the compiler to verify declaration and definition consistency
Bart Van Assche
3
-3
/
+19
2019-03-27
net/core: Fix rtnetlink kernel-doc headers
Bart Van Assche
1
-3
/
+6
2019-03-27
net/core: Document __skb_flow_dissect() flags argument
Bart Van Assche
1
-0
/
+2
2019-03-27
net/core: Document all dev_ioctl() arguments
Bart Van Assche
1
-1
/
+2
2019-03-27
net/core: Document reuseport_add_sock() bind_inany argument
Bart Van Assche
1
-0
/
+2
2019-03-27
fou: Support binding FoU socket
Kristian Evensen
1
-16
/
+122
2019-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
54
-280
/
+874
2019-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-51
/
+299
2019-03-26
Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-3
/
+13
2019-03-26
SUNRPC: fix uninitialized variable warning
Alakesh Haloi
1
-2
/
+2
2019-03-26
openvswitch: add seqadj extension when NAT is used.
Flavio Leitner
1
-0
/
+6
2019-03-26
tipc: fix return value check in tipc_mcast_send_sync()
Wei Yongjun
1
-1
/
+1
2019-03-26
net: dsa: Avoid null pointer when failing to connect to PHY
Vladimir Oltean
1
-4
/
+4
2019-03-26
net: devlink: skip info_get op call if it is not defined in dumpit
Jiri Pirko
1
-0
/
+5
2019-03-26
tipc: change to check tipc_own_id to return in tipc_net_stop
Xin Long
1
-4
/
+1
2019-03-26
net: sched: Kconfig: update reference link for PIE
Leslie Monis
1
-2
/
+1
2019-03-25
batman-adv: Add multicast-to-unicast support for multiple targets
Linus Lüssing
7
-6
/
+245
2019-03-25
batman-adv: allow updating DAT entry timeouts on incoming ARP Replies
Linus Lüssing
1
-1
/
+3
2019-03-25
batman-adv: Adjust name for batadv_dat_send_data
Sven Eckelmann
1
-10
/
+14
2019-03-25
batman-adv: Warn about sysfs file access
Sven Eckelmann
1
-0
/
+46
2019-03-25
batman-adv: Make sysfs support optional
Sven Eckelmann
8
-75
/
+124
2019-03-25
batman-adv: Drop license boilerplate
Sven Eckelmann
61
-733
/
+0
2019-03-24
bpf: silence uninitialized var warning in bpf_skb_net_grow
Willem de Bruijn
1
-1
/
+1
2019-03-24
net: devlink: select NET_DEVLINK from drivers
Jiri Pirko
2
-5
/
+3
2019-03-24
net: devlink: add port type spinlock
Jiri Pirko
1
-4
/
+13
2019-03-24
net: devlink: warn on setting type on unregistered port
Jiri Pirko
1
-0
/
+2
2019-03-24
net: devlink: disallow port_attrs_set() to be called before register
Jiri Pirko
1
-1
/
+2
2019-03-24
dsa: move devlink_port_attrs_set() call before register
Jiri Pirko
1
-21
/
+26
2019-03-24
net: devlink: don't pass return value of __devlink_port_type_set()
Jiri Pirko
1
-6
/
+3
2019-03-24
net: devlink: don't take devlink_mutex for devlink_compat_*
Jiri Pirko
1
-10
/
+8
2019-03-24
dsa: add missing net/devlink.h include
Jiri Pirko
1
-0
/
+1
2019-03-24
net: devlink: add couple of missing mutex_destroy() calls
Jiri Pirko
1
-0
/
+2
2019-03-23
tcp: add one skb cache for rx
Eric Dumazet
4
-5
/
+26
2019-03-23
tcp: add one skb cache for tx
Eric Dumazet
1
-27
/
+23
2019-03-23
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
3
-11
/
+11
2019-03-23
net: dev: introduce support for sch BYPASS for lockless qdisc
Paolo Abeni
1
-0
/
+9
2019-03-23
net: sched: add empty status flag for NOLOCK qdisc
Paolo Abeni
1
-0
/
+3
2019-03-23
rxrpc: avoid clang -Wuninitialized warning
Arnd Bergmann
1
-6
/
+5
2019-03-23
tipc: tipc clang warning
Jon Maloy
1
-3
/
+4
[next]