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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result event
Luiz Augusto von Dentz
1
-0
/
+5
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets event
Luiz Augusto von Dentz
1
-1
/
+1
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse BR/EDR events
Luiz Augusto von Dentz
1
-0
/
+4
2021-12-07
skbuff: introduce skb_pull_data
Luiz Augusto von Dentz
1
-0
/
+2
2021-12-03
Bluetooth: Add hci_cmd_sync_cancel to public API
Benjamin Berg
1
-0
/
+1
2021-11-25
Bluetooth: Limit duration of Remote Name Resolve
Archie Pusaka
1
-0
/
+3
2021-11-25
Bluetooth: Send device found event on name resolve failure
Archie Pusaka
1
-4
/
+5
2021-11-25
Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_key
Luiz Augusto von Dentz
1
-1
/
+1
2021-11-25
Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_key
Luiz Augusto von Dentz
2
-4
/
+4
2021-11-23
dccp/tcp: Remove an unused argument in inet_csk_listen_start().
Kuniyuki Iwashima
1
-1
/
+1
2021-11-23
net: stmmac: Calculate CDC error only once
Kurt Kanzenbach
1
-0
/
+1
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
1
-9
/
+3
2021-11-23
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
2
-2
/
+9
2021-11-23
neigh: introduce neigh_confirm() helper function
Yajun Deng
4
-25
/
+15
2021-11-23
mctp: Add MCTP-over-serial transport binding
Jeremy Kerr
1
-0
/
+1
2021-11-22
net/ice: Add support for enable_iwarp and enable_roce devlink param
Shiraz Saleem
1
-2
/
+5
2021-11-22
devlink: Add 'enable_iwarp' generic device param
Shiraz Saleem
1
-0
/
+4
2021-11-22
skbuff: Switch structure bounds to struct_group()
Kees Cook
1
-7
/
+3
2021-11-22
skbuff: Move conditional preprocessor directives out of struct sk_buff
Kees Cook
1
-17
/
+19
2021-11-22
sections: global data can be in .bss
Antoine Tenart
1
-4
/
+10
2021-11-22
net: wwan: common debugfs base dir for wwan device
M Chetan Kumar
1
-0
/
+2
2021-11-22
net: phylink: Add helpers for c22 registers without MDIO
Sean Anderson
1
-3
/
+4
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-0
/
+7
2021-11-22
net: annotate accesses to dev->gso_max_size
Eric Dumazet
1
-1
/
+2
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-11-22
ethtool: add support to set/get rx buf len via ethtool
Hao Chen
2
-0
/
+19
2021-11-22
ethtool: add support to set/get tx copybreak buf size via ethtool
Hao Chen
1
-0
/
+1
2021-11-20
ipv4: Exposing __ip_sock_set_tos() in ip.h
Poorva Sonparote
1
-0
/
+1
2021-11-20
dev_addr: add a modification check
Jakub Kicinski
1
-0
/
+5
2021-11-20
net: constify netdev->dev_addr
Jakub Kicinski
1
-9
/
+5
2021-11-19
ipv6: ip6_skb_dst_mtu() cleanups
Eric Dumazet
1
-9
/
+9
2021-11-19
net/af_iucv: Use struct_group() to zero struct iucv_sock region
Kees Cook
1
-4
/
+6
2021-11-18
Merge tag 'regmap-no-bus-update-bits' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
1
-0
/
+7
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
40
-1065
/
+2932
2021-11-18
Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
7
-7
/
+35
2021-11-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-12
/
+1
2021-11-18
Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-1
/
+4
2021-11-18
net: dsa: felix: restrict psfp rules on ingress port
Xiaoliang Yang
1
-1
/
+2
2021-11-18
net: mscc: ocelot: use index to set vcap policer
Xiaoliang Yang
1
-1
/
+13
2021-11-18
net: dsa: felix: support psfp filter on vsc9959
Xiaoliang Yang
2
-0
/
+18
2021-11-18
net: mscc: ocelot: add gate and police action offload to PSFP
Xiaoliang Yang
2
-0
/
+6
2021-11-18
net: mscc: ocelot: add MAC table stream learn and lookup operations
Xiaoliang Yang
1
-0
/
+22
2021-11-18
tcp: add missing htmldocs for skb->ll_node and sk->defer_list
Eric Dumazet
2
-0
/
+2
2021-11-18
page_pool: Revert "page_pool: disable dma mapping support..."
Yunsheng Lin
2
-2
/
+23
2021-11-18
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
1
-0
/
+4
2021-11-18
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2
-12
/
+1
2021-11-18
KVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pfn_cache
David Woodhouse
2
-12
/
+1
2021-11-17
ipv4/raw: support binding to nonlocal addresses
Riccardo Paolo Bestetti
1
-0
/
+12
2021-11-17
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-0
/
+1
2021-11-17
net: add missing include in include/net/gro.h
Eric Dumazet
1
-0
/
+1
[next]