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
2022-11-07
genetlink: add iterator for walking family ops
Jakub Kicinski
1
-41
/
+76
2022-11-07
genetlink: inline genl_get_cmd()
Jakub Kicinski
1
-18
/
+12
2022-11-07
genetlink: support split policies in ctrl_dumppolicy_put_op()
Jakub Kicinski
1
-22
/
+33
2022-11-07
genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()
Jakub Kicinski
1
-10
/
+38
2022-11-07
genetlink: check for callback type at op load time
Jakub Kicinski
1
-10
/
+10
2022-11-07
genetlink: load policy based on validation flags
Jakub Kicinski
1
-7
/
+10
2022-11-07
genetlink: introduce split op representation
Jakub Kicinski
6
-25
/
+80
2022-11-07
genetlink: refactor the cmd <> policy mapping dump
Jakub Kicinski
1
-12
/
+15
2022-11-07
ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
Alexander Potapenko
1
-0
/
+1
2022-11-07
tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
Lu Wei
1
-1
/
+1
2022-11-04
lsm: make security_socket_getpeersec_stream() sockptr_t safe
Paul Moore
1
-1
/
+2
2022-11-04
net: remove redundant check in ip_metrics_convert()
Zhengchao Shao
1
-3
/
+0
2022-11-04
bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
Baisong Zhong
1
-0
/
+1
2022-11-04
rds: remove redundant variable total_payload_len
Colin Ian King
1
-2
/
+1
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-11-03
Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
7
-9
/
+31
2022-11-03
net: gso: fix panic on frag_list with mixed head alloc types
Jiri Benc
1
-17
/
+19
2022-11-03
net: expose devlink port over rtnetlink
Jiri Pirko
2
-0
/
+57
2022-11-03
net: remove unused ndo_get_devlink_port
Jiri Pirko
1
-8
/
+0
2022-11-03
net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
Jiri Pirko
3
-21
/
+6
2022-11-03
net: devlink: add not cleared type warning to port unregister
Jiri Pirko
1
-0
/
+1
2022-11-03
net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...
Jiri Pirko
1
-41
/
+27
2022-11-03
net: devlink: remove net namespace check from devlink_nl_port_fill()
Jiri Pirko
1
-2
/
+1
2022-11-03
net: devlink: remove netdev arg from devlink_port_type_eth_set()
Jiri Pirko
1
-9
/
+14
2022-11-03
net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
Jiri Pirko
2
-9
/
+1
2022-11-03
net: devlink: track netdev with devlink_port assigned
Jiri Pirko
2
-9
/
+80
2022-11-03
net: devlink: take RTNL in port_fill() function only if it is not held
Jiri Pirko
1
-15
/
+31
2022-11-03
net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()
Jiri Pirko
1
-30
/
+33
2022-11-03
net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()
Jiri Pirko
1
-2
/
+5
2022-11-03
net: devlink: convert devlink port type-specific pointers to union
Jiri Pirko
1
-4
/
+13
2022-11-03
bridge: Add MAC Authentication Bypass (MAB) support
Hans J. Schultz
5
-4
/
+70
2022-11-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-11
/
+11
2022-11-03
bpf: make sure skb->len != 0 when redirecting to a tunneling device
Stanislav Fomichev
1
-0
/
+4
2022-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
27
-88
/
+215
2022-11-03
Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
25
-85
/
+204
2022-11-03
net: dcb: add new apptrust attribute
Daniel Machon
1
-2
/
+74
2022-11-03
net: dcb: add new pcp selector to app object
Daniel Machon
1
-4
/
+54
2022-11-03
bpf, sock_map: Move cancel_work_sync() out of sock lock
Cong Wang
2
-8
/
+6
2022-11-03
vsock: fix possible infinite sleep in vsock_connectible_wait_data()
Dexuan Cui
1
-1
/
+4
2022-11-03
vsock: remove the unused 'wait' in vsock_connectible_recvmsg()
Dexuan Cui
1
-2
/
+0
2022-11-02
ipv6: fix WARNING in ip6_route_net_exit_late()
Zhengchao Shao
1
-4
/
+10
2022-11-02
bridge: Fix flushing of dynamic FDB entries
Ido Schimmel
2
-2
/
+2
2022-11-02
net, neigh: Fix null-ptr-deref in neigh_table_clear()
Chen Zhongjin
1
-1
/
+1
2022-11-02
net/smc: Fix possible leaked pernet namespace in smc_init()
Chen Zhongjin
1
-2
/
+4
2022-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
5
-37
/
+52
2022-11-02
Bluetooth: L2CAP: Fix attempting to access uninitialized memory
Luiz Augusto von Dentz
1
-1
/
+2
2022-11-02
Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
Luiz Augusto von Dentz
1
-1
/
+1
2022-11-02
Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
Luiz Augusto von Dentz
1
-0
/
+25
2022-11-02
Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect
Luiz Augusto von Dentz
1
-0
/
+11
2022-11-02
Bluetooth: L2CAP: Fix memory leak in vhci_write
Hawkins Jiawei
1
-4
/
+3
[prev]
[next]