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-06-07
rxrpc: Provide a cmsg to specify the amount of Tx data for a call
David Howells
4
-4
/
+61
2017-06-07
rxrpc: Consolidate sendmsg parameters
David Howells
1
-42
/
+41
2017-06-07
rxrpc: Provide a getsockopt call to query what cmsgs types are supported
David Howells
1
-1
/
+29
2017-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
31
-184
/
+194
2017-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-179
/
+186
2017-06-06
net: bridge: fix a null pointer dereference in br_afspec
Nikolay Aleksandrov
1
-1
/
+1
2017-06-06
net/ipv6: Fix CALIPSO causing GPF with datagram support
Richard Haines
1
-1
/
+5
2017-06-06
net: sched: introduce a TRAP control action
Jiri Pirko
14
-0
/
+15
2017-06-06
Merge tag 'rxrpc-rewrite-20170606' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
15
-51
/
+180
2017-06-06
Revert "sit: reload iphdr in ipip6_rcv"
David S. Miller
1
-1
/
+0
2017-06-05
devlink: fix potential memort leak
Haishuang Yan
1
-2
/
+6
2017-06-05
net: sched: select cls when cls_act is enabled
Jiri Pirko
1
-0
/
+1
2017-06-05
rxrpc: Add service upgrade support for client connections
David Howells
5
-12
/
+74
2017-06-05
rxrpc: Implement service upgrade
David Howells
4
-4
/
+42
2017-06-05
rxrpc: Permit multiple service binding
David Howells
5
-24
/
+47
2017-06-05
rxrpc: Separate the connection's protocol service ID from the lookup ID
David Howells
10
-13
/
+19
2017-06-05
sit: reload iphdr in ipip6_rcv
Haishuang Yan
1
-0
/
+1
2017-06-05
rxrpc: check return value of skb_to_sgvec always
Jason A. Donenfeld
1
-5
/
+14
2017-06-05
ipsec: check return value of skb_to_sgvec always
Jason A. Donenfeld
4
-18
/
+38
2017-06-05
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
Jason A. Donenfeld
1
-23
/
+42
2017-06-05
net: ping: do not abuse udp_poll()
Eric Dumazet
3
-3
/
+3
2017-06-05
net: dsa: Fix stale cpu_switch reference after unbind then bind
Florian Fainelli
1
-1
/
+3
2017-06-05
ipv6: Fix leak in ipv6_gso_segment().
David S. Miller
1
-1
/
+3
2017-06-05
neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"
Sowmini Varadhan
2
-11
/
+53
2017-06-05
net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()
Florian Fainelli
1
-18
/
+15
2017-06-05
net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}
Florian Fainelli
1
-49
/
+41
2017-06-05
net: dsa: Pass dsa_port reference to ethtool setup/restore
Florian Fainelli
4
-8
/
+10
2017-06-05
sock: reset sk_err when the error queue is empty
Soheil Hassas Yeganeh
1
-1
/
+4
2017-06-05
rxrpc: remove redundant proc_remove call
Colin Ian King
1
-1
/
+0
2017-06-05
dccp: consistently use dccp_write_space()
Eric Dumazet
1
-1
/
+0
2017-06-05
net-procfs: Use vsnprintf extension %phN
Joe Perches
1
-9
/
+4
2017-06-05
ip6_tunnel: fix traffic class routing for tunnels
Liam McBirnie
1
-0
/
+3
2017-06-05
net/sched: cls_flower: add support for matching on ip tos and ttl
Or Gerlitz
1
-2
/
+37
2017-06-05
net/flow_dissector: add support for dissection of misc ip header fields
Or Gerlitz
1
-0
/
+40
2017-06-04
Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-5
/
+8
2017-06-02
tcp: remove unnecessary skb_reset_tail_pointer()
Eric Dumazet
1
-4
/
+2
2017-06-02
tcp: use TS opt on RTTs for congestion control
Yuchung Cheng
1
-7
/
+8
2017-06-02
tcp: disallow cwnd undo when switching congestion control
Yuchung Cheng
1
-0
/
+1
2017-06-02
ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
Ben Hutchings
2
-0
/
+4
2017-06-02
sctp: merge sctp_stream_new and sctp_stream_init
Xin Long
3
-24
/
+15
2017-06-02
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
9
-68
/
+63
2017-06-02
Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/lin...
David S. Miller
6
-101
/
+72
2017-06-02
net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c
Florian Fainelli
2
-47
/
+47
2017-06-02
net: dsa: factor skb freeing on xmit
Vivien Didelot
9
-39
/
+16
2017-06-02
net: dsa: remove out_drop label in taggers rcv
Vivien Didelot
6
-42
/
+24
2017-06-02
net: dsa: do not cast dst
Vivien Didelot
2
-2
/
+2
2017-06-02
net: dsa: comment hot path requirements
Vivien Didelot
1
-0
/
+1
2017-06-01
mac80211: fix dropped counter in multiqueue RX
Johannes Berg
1
-1
/
+1
2017-06-01
net: bridge: start hello timer only if device is up
Nikolay Aleksandrov
1
-1
/
+2
2017-06-01
net: dsa: make function ksz_rcv static
Colin Ian King
1
-2
/
+3
[next]