aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result eventLuiz Augusto von Dentz
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets eventLuiz Augusto von Dentz
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Command Complete eventLuiz Augusto von Dentz
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse BR/EDR eventsLuiz Augusto von Dentz
2021-12-07skbuff: introduce skb_pull_dataLuiz Augusto von Dentz
2021-12-03Bluetooth: hci_core: Cancel sync command if sending a frame failedBenjamin Berg
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg
2021-12-03Bluetooth: Reset more state when cancelling a sync commandBenjamin Berg
2021-11-25Bluetooth: Limit duration of Remote Name ResolveArchie Pusaka
2021-11-25Bluetooth: Send device found event on name resolve failureArchie Pusaka
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyLuiz Augusto von Dentz
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyLuiz Augusto von Dentz
2021-11-24Bluetooth: refactor malicious adv data checkBrian Gix
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook
2021-11-22arp: Remove #ifdef CONFIG_PROC_FSYajun Deng
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET
2021-11-22rds: Fix a typo in a commentChristophe JAILLET
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-22ethtool: add support to set/get rx buf len via ethtoolHao Chen
2021-11-22ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen
2021-11-20mptcp: sockopt: add SOL_IP freebind & transparent optionsFlorian Westphal
2021-11-20mptcp: Support for IP_TOS for MPTCP setsockopt()Poorva Sonparote
2021-11-20ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote
2021-11-20net: kunit: add a test for dev_addr_listsJakub Kicinski
2021-11-20dev_addr_list: put the first addr on the treeJakub Kicinski
2021-11-20dev_addr: add a modification checkJakub Kicinski
2021-11-20net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski
2021-11-20net: constify netdev->dev_addrJakub Kicinski
2021-11-19net/bridge: replace simple_strtoul to kstrtolBernard Zhao
2021-11-19ethtool: stats: Use struct_group() to clear all stats at onceKees Cook
2021-11-19net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook
2021-11-19ipv6: Use memset_after() to zero rt6_infoKees Cook
2021-11-19net: 802: Use memset_startat() to clear struct fieldsKees Cook
2021-11-19net: dccp: Use memset_startat() for TP zeroingKees Cook
2021-11-19net/af_iucv: fix kernel doc commentsHeiko Carstens
2021-11-19net/iucv: fix kernel doc commentsHeiko Carstens
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-18mctp/test: Update refcount checking in route fragment testsJeremy Kerr
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin