summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2021-12-07ax25: add net device refcount trackerEric Dumazet-0/+3
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet-0/+2
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet-3/+3
2021-12-07Bluetooth: mgmt: Introduce mgmt_alloc_skb and mgmt_send_event_skbLuiz Augusto von Dentz-0/+6
2021-12-07Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listLuiz Augusto von Dentz-0/+11
2021-12-07Bluetooth: Introduce HCI_CONN_FLAG_DEVICE_PRIVACY device flagLuiz Augusto von Dentz-0/+4
2021-12-07Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz-12/+12
2021-12-07Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg-0/+9
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Direct Advertising Report eventLuiz Augusto von Dentz-1/+6
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report eventLuiz Augusto von Dentz-6/+11
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report eventLuiz Augusto von Dentz-1/+6
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result eventLuiz Augusto von Dentz-0/+5
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI eventLuiz Augusto von Dentz-2/+10
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result eventLuiz Augusto von Dentz-0/+5
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets eventLuiz Augusto von Dentz-1/+1
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse BR/EDR eventsLuiz Augusto von Dentz-0/+4
2021-12-06net: fix recent csum changesEric Dumazet-2/+6
2021-12-06net: failover: add net device refcount trackerEric Dumazet-0/+1
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet-1/+1
2021-12-06ipv6: add net device refcount tracker to struct inet6_devEric Dumazet-0/+1
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet-0/+1
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet-0/+1
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet-0/+1
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet-0/+1
2021-12-06sit: add net device refcount tracking to ip_tunnelEric Dumazet-0/+3
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet-0/+1
2021-12-06drop_monitor: add net device refcount trackerEric Dumazet-0/+4
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg-0/+1
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet-1/+1
2021-12-03tcp: fix another uninit-value (sk_rx_queue_mapping)Eric Dumazet-0/+13
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+40
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet-2/+2
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet-3/+16
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)-2/+2
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky-29/+1
2021-11-30Bonding: add arp_missed_max optionHangbin Liu-0/+2
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld-0/+11
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen1-1/+3
2021-11-29net: vxlan: add macro definition for number of IANA VXLAN-GPE portHao Chen-0/+1
2021-11-29tcp: fix page frag corruption on page faultPaolo Abeni-5/+8
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima-1/+1
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima-1/+0
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+6
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook-6/+1
2021-11-26cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi-3/+21
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau-0/+7
2021-11-25gro: optimize skb_gro_postpull_rcsum()Eric Dumazet-2/+2
2021-11-25sctp: make the raise timer more simple and accurateXin Long-4/+3
2021-11-25Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka-0/+3
2021-11-25Bluetooth: Send device found event on name resolve failureArchie Pusaka-4/+5