index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-16
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
1
-0
/
+3
2018-12-15
l2tp: Add protocol field decompression
Sam Protsenko
1
-0
/
+4
2018-12-15
udp: use indirect call wrappers for GRO socket lookup
Paolo Abeni
1
-2
/
+6
2018-12-15
net: use indirect call wrappers at GRO transport layer
Paolo Abeni
6
-15
/
+54
2018-12-15
net: use indirect call wrappers at GRO network layer
Paolo Abeni
2
-5
/
+16
2018-12-15
net: sched: simplify the qdisc_leaf code
Tonghao Zhang
1
-3
/
+1
2018-12-15
ipv6: Fix handling of LLA with VRF and sockets bound to VRF
David Ahern
1
-1
/
+2
2018-12-15
ipconfig: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-12
/
+1
2018-12-14
net: tcp6: prefer listeners bound to an address
Peter Oskolkov
1
-48
/
+6
2018-12-14
net: tcp: prefer listeners bound to an address
Peter Oskolkov
1
-52
/
+8
2018-12-14
net: udp6: prefer listeners bound to an address
Peter Oskolkov
1
-58
/
+21
2018-12-14
net: udp: prefer listeners bound to an address
Peter Oskolkov
1
-57
/
+19
2018-12-14
neighbor: Remove externally learned entries from gc_list
David Ahern
1
-21
/
+28
2018-12-14
neighbor: Move neigh_update_ext_learned to core file
David Ahern
1
-0
/
+18
2018-12-14
neighbor: Remove state and flags arguments to neigh_del
David Ahern
1
-5
/
+4
2018-12-14
neighbor: Fix state check in neigh_forced_gc
David Ahern
1
-3
/
+2
2018-12-14
neighbor: Fix locking order for gc_list changes
David Ahern
1
-12
/
+15
2018-12-14
net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()
Cong Wang
5
-45
/
+33
2018-12-13
net: bridge: Handle NETDEV_PRE_CHANGEADDR from ports
Petr Machata
1
-0
/
+13
2018-12-13
net: bridge: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+9
2018-12-13
net: dev: Issue NETDEV_PRE_CHANGEADDR
Petr Machata
2
-0
/
+27
2018-12-13
net: dev: Add NETDEV_PRE_CHANGEADDR
Petr Machata
1
-0
/
+1
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
4
-4
/
+6
2018-12-12
net: switchdev: Add extack to switchdev_handle_port_obj_add() callback
Petr Machata
1
-3
/
+9
2018-12-12
net: switchdev: Add extack to struct switchdev_notifier_info
Petr Machata
1
-2
/
+5
2018-12-12
net: switchdev: Add extack argument to switchdev_port_obj_add()
Petr Machata
3
-11
/
+14
2018-12-12
net: bridge: Propagate extack to switchdev
Petr Machata
5
-48
/
+65
2018-12-12
net: ndo_bridge_setlink: Add extack
Petr Machata
3
-4
/
+8
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-2
/
+29
2018-12-10
neighbor: gc_list changes should be protected by table lock
David Ahern
1
-5
/
+10
2018-12-10
net/sched: Remove egdev mechanism
Oz Shlomo
2
-267
/
+1
2018-12-10
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-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
39
-221
/
+339
2018-12-09
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-08
net: dsa: Make dsa_master_set_mtu() static
Andrew Lunn
1
-1
/
+1
2018-12-08
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-07
ipv6: Check available headroom in ip6_xmit() even without options
Stefano Brivio
1
-21
/
+21
2018-12-07
tcp: lack of available data can also cause TSO defer
Eric Dumazet
1
-11
/
+24
2018-12-07
net: call sk_dst_reset when set SO_DONTROUTE
yupeng
1
-0
/
+1
2018-12-07
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-06
net: core: dev: Attach extack to NETDEV_PRE_UP
Petr Machata
1
-4
/
+4
2018-12-06
net: core: dev: Add call_netdevice_notifiers_extack()
Petr Machata
1
-5
/
+16
2018-12-06
net: core: dev: Add extack argument to __dev_change_flags()
Petr Machata
2
-3
/
+5
2018-12-06
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
10
-12
/
+17
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
6
-8
/
+9
[next]