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-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-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
2019-03-23
tcp: remove conditional branches from tcp_mstamp_refresh()
Eric Dumazet
1
-6
/
+2
2019-03-23
net: sched: fix cleanup NULL pointer exception in act_mirr
John Hurley
1
-2
/
+5
2019-03-23
SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected
Trond Myklebust
1
-1
/
+11
2019-03-22
bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
Peter Oskolkov
1
-0
/
+2
2019-03-22
bpf: add bpf_skb_adjust_room encap flags
Willem de Bruijn
1
-5
/
+61
2019-03-22
bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO
Willem de Bruijn
1
-11
/
+27
2019-03-22
bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MAC
Willem de Bruijn
1
-18
/
+20
2019-03-22
bpf: in bpf_skb_adjust_room avoid copy in tx fast path
Willem de Bruijn
1
-1
/
+1
2019-03-22
genetlink: make policy common to family
Johannes Berg
26
-330
/
+32
2019-03-21
bpf: add helper to check for a valid SYN cookie
Lorenz Bauer
1
-0
/
+72
2019-03-21
bpf: add skc_lookup_tcp helper
Lorenz Bauer
1
-22
/
+122
2019-03-21
net: sched: flower: set unlocked flag for flower proto ops
Vlad Buslov
1
-2
/
+1
[next]