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
2021-12-10
xfrm: add net device refcount tracker to struct xfrm_state_offload
Eric Dumazet
1
-1
/
+2
2021-12-10
net: sched: add netns refcount tracker to struct tcf_exts
Eric Dumazet
1
-2
/
+6
2021-12-10
net: add netns refcount tracker to struct sock
Eric Dumazet
1
-0
/
+2
2021-12-10
net: add networking namespace refcount tracker
Eric Dumazet
2
-0
/
+52
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+17
2021-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-3
/
+3
2021-12-08
net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload
Vladimir Oltean
1
-6
/
+1
2021-12-08
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
1
-1
/
+2
2021-12-08
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
1
-13
/
+21
2021-12-08
net: dsa: export bridging offload helpers to drivers
Vladimir Oltean
1
-0
/
+43
2021-12-08
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
1
-0
/
+21
2021-12-08
net: dsa: assign a bridge number even without TX forwarding offload
Vladimir Oltean
1
-5
/
+5
2021-12-08
net: dsa: make dp->bridge_num one-based
Vladimir Oltean
1
-3
/
+3
2021-12-07
net: sched: act_mirred: add net device refcount tracker
Eric Dumazet
1
-0
/
+1
2021-12-07
llc: add net device refcount tracker
Eric Dumazet
1
-0
/
+1
2021-12-07
ax25: add net device refcount tracker
Eric Dumazet
1
-0
/
+3
2021-12-07
inet: add net device refcount tracker to struct fib_nh_common
Eric Dumazet
1
-0
/
+2
2021-12-08
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
1
-3
/
+3
2021-12-07
Bluetooth: mgmt: Introduce mgmt_alloc_skb and mgmt_send_event_skb
Luiz Augusto von Dentz
1
-0
/
+6
2021-12-07
Bluetooth: hci_sync: Set Privacy Mode when updating the resolving list
Luiz Augusto von Dentz
2
-0
/
+11
2021-12-07
Bluetooth: Introduce HCI_CONN_FLAG_DEVICE_PRIVACY device flag
Luiz Augusto von Dentz
1
-0
/
+4
2021-12-07
Bluetooth: hci_core: Rework hci_conn_params flags
Luiz Augusto von Dentz
1
-12
/
+12
2021-12-07
Bluetooth: add quirk disabling LE Read Transmit Power
Aditya Garg
1
-0
/
+9
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse LE Direct Advertising Report event
Luiz Augusto von Dentz
1
-1
/
+6
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report event
Luiz Augusto von Dentz
1
-6
/
+11
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report event
Luiz Augusto von Dentz
1
-1
/
+6
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result event
Luiz Augusto von Dentz
1
-0
/
+5
2021-12-07
Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI event
Luiz Augusto von Dentz
1
-2
/
+10
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-06
net: fix recent csum changes
Eric Dumazet
2
-2
/
+6
2021-12-06
net: failover: add net device refcount tracker
Eric Dumazet
1
-0
/
+1
2021-12-06
net/sched: add net device refcount tracker to struct Qdisc
Eric Dumazet
1
-1
/
+1
2021-12-06
ipv6: add net device refcount tracker to struct inet6_dev
Eric Dumazet
1
-0
/
+1
2021-12-06
net: add net device refcount tracker to struct neigh_parms
Eric Dumazet
1
-0
/
+1
2021-12-06
net: add net device refcount tracker to struct pneigh_entry
Eric Dumazet
1
-0
/
+1
2021-12-06
net: add net device refcount tracker to struct neighbour
Eric Dumazet
1
-0
/
+1
2021-12-06
ipv6: add net device refcount tracker to struct ip6_tnl
Eric Dumazet
1
-0
/
+1
2021-12-06
sit: add net device refcount tracking to ip_tunnel
Eric Dumazet
1
-0
/
+3
2021-12-06
net: dst: add net device refcount tracking to dst_entry
Eric Dumazet
1
-0
/
+1
2021-12-06
drop_monitor: add net device refcount tracker
Eric Dumazet
1
-0
/
+4
2021-12-03
Bluetooth: Add hci_cmd_sync_cancel to public API
Benjamin Berg
1
-0
/
+1
2021-12-03
bonding: make tx_rebalance_counter an atomic
Eric Dumazet
1
-1
/
+1
2021-12-03
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
1
-0
/
+13
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-11
/
+40
2021-12-02
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
2
-2
/
+2
2021-12-01
net: avoid uninit-value from tcp_conn_request
Eric Dumazet
2
-3
/
+16
2021-12-01
net: dsa: replace phylink_get_interfaces() with phylink_get_caps()
Russell King (Oracle)
1
-2
/
+2
2021-11-30
devlink: Simplify devlink resources unregister call
Leon Romanovsky
1
-29
/
+1
[prev]
[next]