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
2018-12-15
net: tcp: prefer listeners bound to an address
Peter Oskolkov
1
-52
/
+8
2018-12-15
net: udp6: prefer listeners bound to an address
Peter Oskolkov
1
-58
/
+21
2018-12-15
net: udp: prefer listeners bound to an address
Peter Oskolkov
1
-57
/
+19
2018-12-15
neighbor: Remove externally learned entries from gc_list
David Ahern
1
-21
/
+28
2018-12-15
neighbor: Move neigh_update_ext_learned to core file
David Ahern
1
-0
/
+18
2018-12-15
neighbor: Remove state and flags arguments to neigh_del
David Ahern
1
-5
/
+4
2018-12-15
neighbor: Fix state check in neigh_forced_gc
David Ahern
1
-3
/
+2
2018-12-15
neighbor: Fix locking order for gc_list changes
David Ahern
1
-12
/
+15
2018-12-15
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
Cong Wang
5
-45
/
+33
2018-12-14
net: bridge: Handle NETDEV_PRE_CHANGEADDR from ports
Petr Machata
1
-0
/
+13
2018-12-14
net: bridge: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+9
2018-12-14
net: dev: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
2
-0
/
+27
2018-12-14
net: dev: Add NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+1
2018-12-14
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
4
-4
/
+6
2018-12-13
net: switchdev: Add extack to switchdev_handle_port_obj_add() callback
Petr Machata
1
-3
/
+9
2018-12-13
net: switchdev: Add extack to struct switchdev_notifier_info
Petr Machata
1
-2
/
+5
2018-12-13
net: switchdev: Add extack argument to switchdev_port_obj_add()
Petr Machata
3
-11
/
+14
2018-12-13
net: bridge: Propagate extack to switchdev
Petr Machata
5
-48
/
+65
2018-12-13
net: ndo_bridge_setlink: Add extack
Petr Machata
3
-4
/
+8
2018-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-2
/
+29
2018-12-11
neighbor: gc_list changes should be protected by table lock
David Ahern
1
-5
/
+10
2018-12-11
net/sched: Remove egdev mechanism
Oz Shlomo
2
-267
/
+1
2018-12-11
net: Add netif_is_gretap()/netif_is_ip6gretap()
Oz Shlomo
2
-12
/
+0
2018-12-10
tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()
Eric Dumazet
1
-5
/
+2
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
39
-221
/
+339
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
35
-176
/
+278
2018-12-09
net/sched: cls_flower: Reject duplicated rules also under skip_sw
Or Gerlitz
1
-13
/
+10
2018-12-09
net: dsa: Make dsa_master_set_mtu() static
Andrew Lunn
1
-1
/
+1
2018-12-09
net: dsa: Restore MTU on master device on unload
Andrew Lunn
1
-0
/
+13
2018-12-08
ip: silence udp zerocopy smatch false positive
Willem de Bruijn
2
-2
/
+4
2018-12-08
ipv6: Check available headroom in ip6_xmit() even without options
Stefano Brivio
1
-21
/
+21
2018-12-08
tcp: lack of available data can also cause TSO defer
Eric Dumazet
1
-11
/
+24
2018-12-08
net: call sk_dst_reset when set SO_DONTROUTE
yupeng
1
-0
/
+1
2018-12-08
neighbor: Improve garbage collection
David Ahern
1
-34
/
+85
2018-12-07
bridge: Add br_fdb_clear_offload()
Petr Machata
1
-0
/
+20
2018-12-07
ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output
Shmulik Ladkani
1
-0
/
+1
2018-12-07
net: core: dev: Attach extack to NETDEV_PRE_UP
Petr Machata
1
-4
/
+4
2018-12-07
net: core: dev: Add call_netdevice_notifiers_extack()
Petr Machata
1
-5
/
+16
2018-12-07
net: core: dev: Add extack argument to __dev_change_flags()
Petr Machata
2
-3
/
+5
2018-12-07
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
10
-12
/
+17
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
6
-8
/
+9
2018-12-06
tcp: fix code style in tcp_recvmsg()
Pedro Tammela
1
-2
/
+2
2018-12-06
net: dsa: Set the master device's MTU to account for DSA overheads
Andrew Lunn
1
-0
/
+16
2018-12-06
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
9
-0
/
+10
2018-12-06
neighbor: Add extack messages for add and delete commands
David Ahern
1
-16
/
+39
2018-12-06
tipc: fix node keep alive interval calculation
Hoang Le
1
-0
/
+6
2018-12-06
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
Jiri Wiesner
3
-2
/
+21
2018-12-06
sctp: frag_point sanity check
Jakub Audykowicz
2
-2
/
+7
2018-12-06
net: netem: use a list in addition to rbtree
Peter Oskolkov
1
-20
/
+69
2018-12-06
net: bridge: increase multicast's default maximum number of entries
Nikolay Aleksandrov
2
-1
/
+3
[prev]
[next]