index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
net/sock: allow the user to set negative peek offset
Paolo Abeni
1
-3
/
+0
2017-08-24
ipv4: do metrics match when looking up and deleting a route
Xin Long
3
-1
/
+37
2017-08-24
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
Mike Maloney
4
-4
/
+100
2017-08-23
gre: fix goto statement typo
William Tu
1
-2
/
+2
2017-08-23
bpf: misc xdp redirect cleanups
Daniel Borkmann
1
-40
/
+32
2017-08-23
net: sched: use kvmalloc() for class hash tables
Eric Dumazet
1
-18
/
+4
2017-08-23
gre: introduce native tunnel support for ERSPAN
William Tu
1
-0
/
+269
2017-08-23
udp: remove unreachable ufo branches
Willem de Bruijn
2
-9
/
+5
2017-08-23
tcp: Remove the unused parameter for tcp_try_fastopen.
Tonghao Zhang
2
-5
/
+3
2017-08-23
tcp: Get a proper dst before checking it.
Tonghao Zhang
1
-5
/
+4
2017-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-37
/
+79
2017-08-21
tipc: don't reset stale broadcast send link
Jon Paul Maloy
4
-45
/
+17
2017-08-21
net: check type when freeing metadata dst
David Lamparter
1
-1
/
+2
2017-08-21
net: ipv6: put host and anycast routes on device with address
David Ahern
3
-56
/
+47
2017-08-21
dsa: remove unused net_device arg from handlers
Florian Westphal
9
-17
/
+10
2017-08-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
14
-33
/
+92
2017-08-21
ipv6: repair fib6 tree in failure case
Wei Wang
1
-13
/
+11
2017-08-19
net: style cleanups
stephen hemminger
1
-32
/
+36
2017-08-19
net: mark receive queue attributes ro_after_init
stephen hemminger
1
-12
/
+13
2017-08-19
net: make queue attributes ro_after_init
stephen hemminger
1
-21
/
+19
2017-08-19
net: make BQL sysfs attributes ro_after_init
stephen hemminger
1
-11
/
+11
2017-08-19
net: drop unused attribute argument from sysfs queue funcs
stephen hemminger
1
-26
/
+11
2017-08-19
net: make net sysfs attributes ro_after_init
stephen hemminger
1
-2
/
+2
2017-08-19
net: constify net_ns_type_operations
stephen hemminger
1
-1
/
+1
2017-08-19
net: make net_class ro_after_init
stephen hemminger
1
-1
/
+1
2017-08-19
net: constify netdev_class_file
stephen hemminger
1
-2
/
+2
2017-08-19
net: don't decrement kobj reference count on init failure
stephen hemminger
1
-12
/
+10
2017-08-19
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
1
-0
/
+2
2017-08-19
rxrpc: Fix oops when discarding a preallocated service call
David Howells
1
-0
/
+1
2017-08-19
irda: do not leak initialized list.dev to userspace
Colin Ian King
1
-1
/
+1
2017-08-19
xdp: adjust xdp redirect tracepoint to include return error code
Jesper Dangaard Brouer
1
-7
/
+12
2017-08-19
net: inet: diag: expose sockets cgroup classid
Levin, Alexander (Sasha Levin)
1
-0
/
+11
2017-08-19
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
1
-2
/
+1
2017-08-19
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
Roopa Prabhu
1
-2
/
+9
2017-08-19
ipv6: reset fn->rr_ptr when replacing route
Wei Wang
1
-0
/
+4
2017-08-19
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
1
-0
/
+2
2017-08-19
tipc: fix use-after-free
Eric Dumazet
1
-2
/
+4
2017-08-19
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
Eric Dumazet
3
-7
/
+7
2017-08-19
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
Matthew Dawson
4
-9
/
+14
2017-08-18
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-1
/
+13
2017-08-18
ipv6: fix false-postive maybe-uninitialized warning
Arnd Bergmann
1
-2
/
+4
2017-08-18
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
1
-1
/
+1
2017-08-17
bpf: reuse tc bpf prologue for sk skb progs
Daniel Borkmann
1
-37
/
+10
2017-08-17
bpf: no need to nullify ri->map in xdp_do_redirect
Daniel Borkmann
1
-1
/
+0
2017-08-17
ipv4: better IP_MAX_MTU enforcement
Eric Dumazet
1
-1
/
+1
2017-08-17
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
David S. Miller
1
-0
/
+2
2017-08-17
net: sched: cls_flower: fix ndo_setup_tc type for stats call
Jiri Pirko
1
-1
/
+1
2017-08-17
dccp: defer ccid_hc_tx_delete() at dismantle time
Eric Dumazet
1
-2
/
+12
2017-08-17
openvswitch: fix skb_panic due to the incorrect actions attrlen
Liping Zhang
3
-3
/
+7
2017-08-17
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
Jesper Dangaard Brouer
2
-2
/
+7
[prev]
[next]