index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2017-08-18
net: style cleanups
stephen hemminger
2017-08-18
net: mark receive queue attributes ro_after_init
stephen hemminger
2017-08-18
net: make queue attributes ro_after_init
stephen hemminger
2017-08-18
net: make BQL sysfs attributes ro_after_init
stephen hemminger
2017-08-18
net: drop unused attribute argument from sysfs queue funcs
stephen hemminger
2017-08-18
net: make net sysfs attributes ro_after_init
stephen hemminger
2017-08-18
net: constify net_ns_type_operations
stephen hemminger
2017-08-18
net: make net_class ro_after_init
stephen hemminger
2017-08-18
net: constify netdev_class_file
stephen hemminger
2017-08-18
net: don't decrement kobj reference count on init failure
stephen hemminger
2017-08-18
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
2017-08-18
rxrpc: Fix oops when discarding a preallocated service call
David Howells
2017-08-18
irda: do not leak initialized list.dev to userspace
Colin Ian King
2017-08-18
xdp: adjust xdp redirect tracepoint to include return error code
Jesper Dangaard Brouer
2017-08-18
net: inet: diag: expose sockets cgroup classid
Levin, Alexander (Sasha Levin)
2017-08-18
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
2017-08-18
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
Roopa Prabhu
2017-08-18
ipv6: reset fn->rr_ptr when replacing route
Wei Wang
2017-08-18
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
2017-08-18
tipc: fix use-after-free
Eric Dumazet
2017-08-18
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
Eric Dumazet
2017-08-18
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
Matthew Dawson
2017-08-18
SUNRPC: Add a separate spinlock to protect the RPC request receive list
Trond Myklebust
2017-08-18
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2017-08-18
ipv6: fix false-postive maybe-uninitialized warning
Arnd Bergmann
2017-08-18
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
2017-08-17
bpf: reuse tc bpf prologue for sk skb progs
Daniel Borkmann
2017-08-17
bpf: no need to nullify ri->map in xdp_do_redirect
Daniel Borkmann
2017-08-16
ipv4: better IP_MAX_MTU enforcement
Eric Dumazet
2017-08-16
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
David S. Miller
2017-08-16
net: sched: cls_flower: fix ndo_setup_tc type for stats call
Jiri Pirko
2017-08-16
dccp: defer ccid_hc_tx_delete() at dismantle time
Eric Dumazet
2017-08-16
openvswitch: fix skb_panic due to the incorrect actions attrlen
Liping Zhang
2017-08-16
qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs
Jesper Dangaard Brouer
2017-08-16
SUNRPC: Cleanup xs_tcp_read_common()
Trond Myklebust
2017-08-16
SUNRPC: Don't loop forever in xs_tcp_data_receive()
Trond Myklebust
2017-08-16
SUNRPC: Don't hold the transport lock when receiving backchannel data
Trond Myklebust
2017-08-16
SUNRPC: Don't hold the transport lock across socket copy operations
Trond Myklebust
2017-08-16
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
2017-08-16
bpf: introduce new program type for skbs on sockets
John Fastabend
2017-08-16
net: fixes for skb_send_sock
John Fastabend
2017-08-16
net: add sendmsg_locked and sendpage_locked to af_inet6
John Fastabend
2017-08-16
net: early init support for strparser
John Fastabend
2017-08-16
net: igmp: Use ingress interface rather than vrf device
David Ahern
2017-08-16
net_sched/hfsc: opencode trivial set_active() and set_passive()
Konstantin Khlebnikov
2017-08-16
net_sched: call qlen_notify only if child qdisc is empty
Konstantin Khlebnikov
2017-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-15
ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl
Florian Westphal
2017-08-15
ipv6: route: set ipv6 RTM_GETROUTE to not use rtnl
Florian Westphal
[prev]
[next]