index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
bridge: remove duplicated include from br_multicast.c
YueHaibing
1
-1
/
+0
2019-01-24
tipc: remove dead code in struct tipc_topsrv
Zhaolong Zhang
1
-3
/
+0
2019-01-24
tcp_bbr: adapt cwnd based on ack aggregation estimation
Priyaranjan Jha
1
-1
/
+121
2019-01-24
tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioning
Priyaranjan Jha
1
-21
/
+39
2019-01-24
Merge tag 'linux-can-fixes-for-5.0-20190122' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
David S. Miller
1
-0
/
+27
2019-01-24
sctp: set flow sport from saddr only when it's 0
Xin Long
2
-2
/
+4
2019-01-24
sctp: set chunk transport correctly when it's a new asoc
Xin Long
1
-3
/
+8
2019-01-24
sctp: improve the events for sctp stream adding
Xin Long
1
-11
/
+8
2019-01-24
sctp: improve the events for sctp stream reset
Xin Long
1
-22
/
+17
2019-01-24
ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel
wenxu
1
-1
/
+7
2019-01-25
xsk: add sock_diag interface for AF_XDP
Björn Töpel
5
-5
/
+213
2019-01-25
xsk: add id to umem
Björn Töpel
1
-0
/
+13
2019-01-25
net: xsk: track AF_XDP sockets on a per-netns list
Björn Töpel
1
-0
/
+30
2019-01-24
ipvs: Fix signed integer overflow when setsockopt timeout
ZhangXiaoxu
1
-0
/
+12
2019-01-24
bpf: allow BPF programs access skb_shared_info->gso_segs field
Eric Dumazet
1
-0
/
+21
2019-01-23
ax25: fix possible use-after-free
Eric Dumazet
2
-13
/
+10
2019-01-23
Bluetooth: Mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+2
2019-01-23
tipc: mark expected switch fall-throughs
Gustavo A. R. Silva
2
-3
/
+3
2019-01-23
Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
Marcel Holtmann
1
-0
/
+6
2019-01-23
bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()
Yafang Shao
1
-0
/
+2
2019-01-23
Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
Marcel Holtmann
1
-31
/
+46
2019-01-23
9p: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-01-22
devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERS
Nathan Chancellor
1
-1
/
+1
2019-01-22
net/ipv6: lower the level of "link is not ready" messages
Lubomir Rintel
1
-2
/
+2
2019-01-22
devlink: Add missing check of nlmsg_put
YueHaibing
1
-0
/
+3
2019-01-22
net/ipv6: don't return positive numbers when nothing was dumped
Jakub Kicinski
1
-0
/
+2
2019-01-22
bridge: Snoop Multicast Router Advertisements
Linus Lüssing
2
-1
/
+59
2019-01-22
bridge: join all-snoopers multicast address
Linus Lüssing
2
-1
/
+73
2019-01-22
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals
Linus Lüssing
2
-61
/
+52
2019-01-22
bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls
Linus Lüssing
4
-70
/
+38
2019-01-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
1
-0
/
+1
2019-01-22
netfilter: conntrack: fix bogus port values for other l4 protocols
Florian Westphal
1
-11
/
+35
2019-01-22
netfilter: conntrack: fix IPV6=n builds
Florian Westphal
2
-0
/
+10
2019-01-22
net: ip_gre: use erspan key field for tunnel lookup
Lorenzo Bianconi
3
-13
/
+17
2019-01-22
net/tls: free ctx in sock destruct
Atul Gupta
1
-2
/
+17
2019-01-22
net/tls: build_protos moved to common routine
Atul Gupta
1
-22
/
+32
2019-01-22
net: introduce a knob to control whether to inherit devconf config
Cong Wang
3
-23
/
+43
2019-01-22
xsk: export xdp_get_umem_from_qid
Jan Sokolowski
1
-0
/
+1
2019-01-22
can: bcm: check timer values before ktime conversion
Oliver Hartkopp
1
-0
/
+27
2019-01-22
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
4
-6
/
+16
2019-01-22
6lowpan: fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-21
/
+21
2019-01-22
Bluetooth: 6lowpan: Fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-5
/
+6
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
57
-340
/
+348
2019-01-21
libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
Ilya Dryomov
1
-2
/
+3
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
51
-322
/
+296
2019-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-15
/
+34
2019-01-20
bpf: in __bpf_redirect_no_mac pull mac only if present
Willem de Bruijn
2
-10
/
+12
2019-01-19
net_sched: add performance counters for basic filter
Cong Wang
1
-0
/
+25
2019-01-20
Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
6
-18
/
+52
2019-01-19
net: sock: do not set sk_cookie in sk_clone_lock()
Yafang Shao
1
-1
/
+0
[prev]
[next]