aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-07Bluetooth: hci_event: Use of a function table to handle LE subeventsLuiz Augusto von Dentz1-125/+122
2021-12-07Bluetooth: hci_event: Use of a function table to handle HCI eventsLuiz Augusto von Dentz3-516/+392
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Direct Advertising Report eventLuiz Augusto von Dentz1-7/+19
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report eventLuiz Augusto von Dentz1-11/+25
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report eventLuiz Augusto von Dentz1-15/+24
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE MetaeventsLuiz Augusto von Dentz1-11/+64
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result eventLuiz Augusto von Dentz1-5/+15
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI eventLuiz Augusto von Dentz1-17/+23
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result eventLuiz Augusto von Dentz1-5/+14
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets eventLuiz Augusto von Dentz1-9/+11
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Command Complete eventLuiz Augusto von Dentz1-241/+663
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse BR/EDR eventsLuiz Augusto von Dentz1-47/+213
2021-12-07skbuff: introduce skb_pull_dataLuiz Augusto von Dentz1-0/+24
2021-12-03Bluetooth: hci_core: Cancel sync command if sending a frame failedBenjamin Berg1-3/+11
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg3-18/+18
2021-12-03Bluetooth: Reset more state when cancelling a sync commandBenjamin Berg1-0/+5
2021-11-25Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka1-0/+7
2021-11-25Bluetooth: Send device found event on name resolve failureArchie Pusaka2-9/+14
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz1-1/+1
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz1-2/+2
2021-11-24Bluetooth: refactor malicious adv data checkBrian Gix1-5/+5
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima3-5/+5
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski4-33/+6
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem1-0/+5
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook1-9/+5
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook1-5/+5
2021-11-22arp: Remove #ifdef CONFIG_PROC_FSYajun Deng1-25/+8
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET1-1/+1
2021-11-22rds: Fix a typo in a commentChristophe JAILLET1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet6-7/+8
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet5-5/+6
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen3-8/+19
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen2-3/+22
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2-0/+2
2021-11-20mptcp: sockopt: add SOL_IP freebind & transparent optionsFlorian Westphal2-2/+67
2021-11-20mptcp: Support for IP_TOS for MPTCP setsockopt()Poorva Sonparote1-0/+40
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote1-1/+1
2021-11-20net: kunit: add a test for dev_addr_listsJakub Kicinski3-0/+243
2021-11-20dev_addr_list: put the first addr on the treeJakub Kicinski1-28/+34
2021-11-20dev_addr: add a modification checkJakub Kicinski2-0/+20
2021-11-20net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski1-2/+0
2021-11-20net: constify netdev->dev_addrJakub Kicinski1-0/+10
2021-11-19net/bridge: replace simple_strtoul to kstrtolBernard Zhao1-4/+3
2021-11-19ethtool: stats: Use struct_group() to clear all stats at onceKees Cook1-8/+7
2021-11-19net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook1-1/+1
2021-11-19ipv6: Use memset_after() to zero rt6_infoKees Cook1-3/+1
2021-11-19net: 802: Use memset_startat() to clear struct fieldsKees Cook1-1/+1
2021-11-19net: dccp: Use memset_startat() for TP zeroingKees Cook1-3/+1
2021-11-19net/af_iucv: fix kernel doc commentsHeiko Carstens1-19/+19