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.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-05-30
net: ipv4: refactor key and length checks
David Ahern
1
-10
/
+15
2017-05-28
rtnl: Add support for netdev event to link messages
Vlad Yasevich
2
-10
/
+57
2017-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
29
-145
/
+152
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
24
-114
/
+126
2017-05-26
bridge: Export multicast enabled state
Ido Schimmel
1
-0
/
+8
2017-05-26
bridge: Export VLAN filtering state
Ido Schimmel
5
-13
/
+12
2017-05-26
ipv4: add reference counting to metrics
Eric Dumazet
3
-17
/
+33
2017-05-26
ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets
Peter Dawson
2
-14
/
+20
2017-05-26
sctp: fix ICMP processing if skb is non-linear
Davide Caratti
1
-7
/
+9
2017-05-26
net: llc: add lock_sock in llc_ui_bind to avoid a race condition
linzhang
1
-0
/
+3
2017-05-26
net: ipv6: RTM_GETROUTE: return matched fib result when requested
Roopa Prabhu
1
-8
/
+26
2017-05-26
net: ipv4: RTM_GETROUTE: return matched fib result when requested
Roopa Prabhu
1
-2
/
+11
2017-05-26
net: ipv4: Save trie prefix to fib lookup result
David Ahern
1
-0
/
+1
2017-05-26
net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookup
David Ahern
1
-8
/
+13
2017-05-26
net: ipv4: Remove event arg to rt_fill_info
David Ahern
1
-4
/
+3
2017-05-26
net: ipv4: refactor ip_route_input_noref
David Ahern
1
-29
/
+37
2017-05-26
net: ipv4: refactor __ip_route_output_key_hash
David Ahern
2
-23
/
+32
2017-05-26
Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-31
/
+26
2017-05-25
bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
Daniel Borkmann
1
-0
/
+1
2017-05-25
arp: fixed -Wuninitialized compiler warning
Ihar Hrachyshka
1
-1
/
+1
2017-05-25
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
1
-2
/
+5
2017-05-25
rxrpc: Support network namespacing
David Howells
12
-216
/
+356
2017-05-25
net/packet: remove unused parameter in prb_curr_blk_in_use().
Rosen, Rami
1
-6
/
+4
2017-05-25
net: move somaxconn init from sysctl code
Roman Kapl
2
-2
/
+19
2017-05-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
3
-19
/
+48
2017-05-25
tcp: better validation of received ack sequences
Eric Dumazet
1
-13
/
+11
2017-05-25
net_sched: only create filter chains for new filters/actions
WANG Cong
2
-5
/
+10
2017-05-25
net: sched: cls_api: make reclassify return all the way back to the original tp
Jiri Pirko
1
-3
/
+5
2017-05-24
tcp: fix TCP_SYNCNT flakes
Eric Dumazet
1
-15
/
+11
2017-05-24
net: dsa: support cross-chip ageing time
Vivien Didelot
3
-6
/
+0
2017-05-24
net/sched: flower: add support for matching on tcp flags
Jiri Pirko
1
-1
/
+12
2017-05-24
net: flow_dissector: add support for dissection of tcp flags
Jiri Pirko
1
-0
/
+29
2017-05-24
Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...
David S. Miller
3
-9
/
+12
2017-05-24
net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
Alexander Potapenko
1
-2
/
+5
2017-05-24
sctp: set new_asoc temp when processing dupcookie
Xin Long
2
-9
/
+7
2017-05-24
sctp: fix stream update when processing dupcookie
Xin Long
1
-1
/
+3
2017-05-24
libceph: cleanup old messages according to reconnect seq
Yan, Zheng
1
-3
/
+12
2017-05-23
libceph: NULL deref on crush_decode() error path
Dan Carpenter
1
-0
/
+1
2017-05-23
libceph: fix error handling in process_one_ticket()
Ilya Dryomov
1
-5
/
+5
2017-05-23
libceph: validate blob_struct_v in process_one_ticket()
Ilya Dryomov
1
-0
/
+3
2017-05-23
libceph: drop version variable from ceph_monmap_decode()
Ilya Dryomov
1
-3
/
+1
2017-05-23
libceph: make ceph_msg_data_advance() return void
Ilya Dryomov
1
-7
/
+4
2017-05-23
libceph: use kbasename() and kill ceph_file_part()
Ilya Dryomov
1
-13
/
+0
2017-05-23
net: ieee802154: fix net_device reference release too early
Lin Zhang
1
-4
/
+4
2017-05-23
net: ieee802154: remove explicit set skb->sk
Lin Zhang
1
-2
/
+0
2017-05-23
net/sched: fix filter flushing
Jiri Pirko
1
-3
/
+10
2017-05-23
net/sched: properly assign RCU pointer in tcf_chain_tp_insert/remove
Jiri Pirko
1
-2
/
+2
2017-05-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-50
/
+8
2017-05-23
cfg80211: make cfg80211_sched_scan_results() work from atomic context
Arend Van Spriel
1
-4
/
+4
2017-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
25
-120
/
+303
[next]