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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-13
net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDR
Eric Dumazet
1
-0
/
+3
2023-02-13
devlink: fix the name of value arg of devl_param_driverinit_value_get()
Jiri Pirko
1
-1
/
+1
2023-02-13
devlink: make sure driver does not read updated driverinit param before reload
Jiri Pirko
1
-0
/
+4
2023-02-10
dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
Kuniyuki Iwashima
1
-0
/
+13
2023-02-10
Merge tag 'for-net-next-2023-02-09' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2
-2
/
+4
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
1
-0
/
+15
2023-02-10
net: extract nf_ct_handle_fragments to nf_conntrack_ovs
Xin Long
1
-0
/
+2
2023-02-10
net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs
Xin Long
1
-0
/
+2
2023-02-09
Bluetooth: MGMT: add CIS feature bits to controller information
Pauli Virtanen
1
-0
/
+2
2023-02-09
Bluetooth: HCI: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-2
/
+2
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
1
-0
/
+5
2023-02-06
net: add sock_init_data_uid()
Pietro Borrello
1
-1
/
+6
2023-02-06
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
1
-0
/
+1
2023-02-06
net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
Vladimir Oltean
1
-0
/
+1
2023-02-06
net/sched: mqprio: allow offloading drivers to request queue count validation
Vladimir Oltean
1
-0
/
+4
2023-02-06
net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h
Vladimir Oltean
2
-10
/
+10
2023-02-06
net: page_pool: use in_softirq() instead
Qingfang DENG
1
-2
/
+2
2023-02-03
raw: use net_hash_mix() in hash function
Eric Dumazet
1
-2
/
+11
2023-02-03
netfilter: flowtable: cache info of last offload
Vlad Buslov
1
-3
/
+4
2023-02-03
netfilter: flowtable: allow unidirectional rules
Vlad Buslov
1
-0
/
+1
2023-02-02
tcp: add TCP_MINTTL drop reason
Eric Dumazet
1
-0
/
+6
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+12
2023-02-02
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
1
-0
/
+3
2023-02-02
ipvs: avoid kfree_rcu without 2nd arg
Julian Anastasov
1
-0
/
+1
2023-02-02
net/sched: transition act_pedit to rcu and percpu stats
Pedro Tammela
1
-15
/
+66
2023-02-01
netfilter: use skb_ip_totlen and iph_totlen
Xin Long
1
-2
/
+2
2023-02-01
net: add a couple of helpers for iph tot_len
Xin Long
1
-3
/
+0
2023-01-30
devlink: remove devlink features
Jiri Pirko
1
-1
/
+1
2023-01-28
mac802154: Handle basic beaconing
Miquel Raynal
1
-0
/
+16
2023-01-28
ieee802154: Add support for user beaconing requests
Miquel Raynal
2
-0
/
+26
2023-01-28
net: netlink: recommend policy range validation
Johannes Berg
1
-1
/
+2
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-0
/
+26
2023-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2023-01-27
devlink: protect devlink param list by instance lock
Jiri Pirko
1
-5
/
+11
2023-01-27
devlink: make devlink_param_driverinit_value_set() return void
Jiri Pirko
1
-2
/
+2
2023-01-27
devlink: make devlink_param_register/unregister static
Jiri Pirko
1
-4
/
+0
2023-01-27
net: remove unnecessary includes from net/flow.h
Jakub Kicinski
1
-2
/
+3
2023-01-27
net: checksum: drop the linux/uaccess.h include
Jakub Kicinski
1
-1
/
+3
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
2
-1
/
+6
2023-01-25
net/smc: De-tangle ism and smc device initialization
Stefan Raspl
1
-5
/
+1
2023-01-25
s390/ism: Consolidate SMC-D-related code
Stefan Raspl
1
-2
/
+3
2023-01-25
net/smc: Separate SMC-D and ISM APIs
Stefan Raspl
1
-1
/
+2
2023-01-25
net/smc: Register SMC-D as ISM client
Stefan Raspl
1
-4
/
+1
2023-01-25
net/ism: Add new API for client registration
Stefan Raspl
1
-9
/
+2
2023-01-24
ipv6: Make ip6_route_output_flags_noref() static.
Guillaume Nault
1
-4
/
+0
2023-01-23
Merge tag 'wireless-next-2023-01-23' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-39
/
+50
2023-01-23
xsk: Add cb area to struct xdp_buff_xsk
Toke Høiland-Jørgensen
1
-0
/
+5
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
1
-0
/
+21
2023-01-23
net: dsa: add plumbing for changing and getting MAC merge layer state
Vladimir Oltean
1
-0
/
+11
2023-01-20
net: mana: Fix IRQ name - add PCI and queue number
Haiyang Zhang
1
-0
/
+3
[prev]
[next]