index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: no longer hold ehash lock while calling tcp_get_info()
Eric Dumazet
2016-11-09
3
-30
/
+42
*
tcp: shortcut listeners in tcp_get_info()
Eric Dumazet
2016-11-09
1
-17
/
+24
*
RDS: TCP: start multipath acceptor loop at 0
Sowmini Varadhan
2016-11-09
1
-1
/
+1
*
RDS: TCP: report addr/port info based on TCP socket in rds-info
Sowmini Varadhan
2016-11-09
1
-7
/
+13
*
sock: do not set sk_err in sock_dequeue_err_skb
Soheil Hassas Yeganeh
2016-11-07
1
-1
/
+0
*
qdisc: catch misconfig of attaching qdisc to tx_queue_len zero device
Jesper Dangaard Brouer
2016-11-07
1
-0
/
+11
*
net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len
Jesper Dangaard Brouer
2016-11-07
1
-1
/
+1
*
net: make default TX queue length a defined constant
Jesper Dangaard Brouer
2016-11-07
1
-1
/
+2
*
udp: do fwd memory scheduling on dequeue
Paolo Abeni
2016-11-07
7
-33
/
+44
*
net/sock: add an explicit sk argument for ip_cmsg_recv_offset()
Paolo Abeni
2016-11-07
3
-5
/
+5
*
net: Update raw socket bind to consider l3 domain
David Ahern
2016-11-07
1
-1
/
+9
*
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2016-11-04
27
-35
/
+79
*
net: core: add UID to flows, rules, and routes
Lorenzo Colitti
2016-11-04
4
-2
/
+91
*
net: core: Add a UID field to struct sock.
Lorenzo Colitti
2016-11-04
2
-1
/
+18
*
net/sched: cls_flower: Support matching on SCTP ports
Simon Horman
2016-11-03
1
-0
/
+19
*
ipv6: on reassembly, record frag_max_size
Willem de Bruijn
2016-11-03
1
-1
/
+6
*
ipv6: add IPV6_RECVFRAGSIZE cmsg
Willem de Bruijn
2016-11-03
2
-0
/
+13
*
ipv4: add IP_RECVFRAGSIZE cmsg
Willem de Bruijn
2016-11-03
1
-0
/
+26
*
net: ip, raw_diag -- Use jump for exiting from nested loop
Cyrill Gorcunov
2016-11-03
1
-1
/
+2
*
net: ip, raw_diag -- Fix socket leaking for destroy request
Cyrill Gorcunov
2016-11-03
1
-1
/
+4
*
ila: Fix crash caused by rhashtable changes
Tom Herbert
2016-11-02
1
-3
/
+13
*
net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect
Cyrill Gorcunov
2016-11-02
1
-1
/
+1
*
tcp: enhance tcp collapsing
Eric Dumazet
2016-11-02
1
-6
/
+4
*
sctp: clean up sctp_packet_transmit
Xin Long
2016-11-02
1
-277
/
+158
*
net/sched: cls_flower: merge filter delete/destroy common code
Roi Dayan
2016-11-02
1
-10
/
+11
*
net/sched: cls_flower: add missing unbind call when destroying flows
Roi Dayan
2016-11-02
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-11-02
27
-340
/
+1484
|
\
|
*
netfilter: nf_queue: place volatile data in own cacheline
Florian Westphal
2016-11-01
1
-1
/
+1
|
*
netfilter: nf_tables: remove useless U8_MAX validation
Liping Zhang
2016-11-01
2
-6
/
+0
|
*
netfilter: nf_tables: introduce routing expression
Anders K. Pedersen
2016-11-01
3
-0
/
+160
|
*
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
Pablo Neira Ayuso
2016-11-01
8
-296
/
+342
|
*
netfilter: nf_log: add packet logging for netdev family
Pablo Neira Ayuso
2016-11-01
6
-15
/
+116
|
*
netfilter: nf_tables: add fib expression
Florian Westphal
2016-11-01
10
-0
/
+787
|
*
netfilter: nft_ct: add notrack support
Pablo Neira Ayuso
2016-10-26
1
-1
/
+49
|
*
netfilter: nft_meta: permit pkttype mangling in ip/ip6 prerouting
Liping Zhang
2016-10-26
1
-0
/
+5
|
*
netfilter: nft_numgen: start round robin from zero
Liping Zhang
2016-10-26
1
-1
/
+1
|
*
netfilter: nf_tables: allow expressions to return STOLEN
Florian Westphal
2016-10-26
1
-0
/
+1
|
*
netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocation
Calvin Owens
2016-10-26
1
-1
/
+1
|
*
netfilter: xt_multiport: Use switch case instead of multiple condition checks
Gao Feng
2016-10-26
1
-19
/
+21
*
|
genetlink: fix error return code in genl_register_family()
Wei Yongjun
2016-11-01
1
-1
/
+3
*
|
net: Enable support for VRF with ipv4 multicast
David Ahern
2016-11-01
2
-16
/
+38
*
|
tipc: remove SS_CONNECTED sock state
Parthasarathy Bhuvaragan
2016-11-01
1
-48
/
+38
*
|
tipc: create TIPC_CONNECTING as a new sk_state
Parthasarathy Bhuvaragan
2016-11-01
1
-32
/
+28
*
|
tipc: remove SS_DISCONNECTING state
Parthasarathy Bhuvaragan
2016-11-01
1
-80
/
+52
*
|
tipc: create TIPC_DISCONNECTING as a new sk_state
Parthasarathy Bhuvaragan
2016-11-01
1
-15
/
+24
*
|
tipc: create TIPC_OPEN as a new sk_state
Parthasarathy Bhuvaragan
2016-11-01
1
-54
/
+43
*
|
tipc: create TIPC_ESTABLISHED as a new sk_state
Parthasarathy Bhuvaragan
2016-11-01
1
-7
/
+11
*
|
tipc: create TIPC_LISTEN as a new sk_state
Parthasarathy Bhuvaragan
2016-11-01
1
-19
/
+43
*
|
tipc: remove socket state SS_READY
Parthasarathy Bhuvaragan
2016-11-01
1
-18
/
+31
*
|
tipc: remove probing_intv from tipc_sock
Parthasarathy Bhuvaragan
2016-11-01
1
-10
/
+9
[next]