aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-19net/iucv: fix kernel doc commentsHeiko Carstens1-62/+62
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-155/+197
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds27-101/+186
2021-11-18mctp/test: Update refcount checking in route fragment testsJeremy Kerr1-5/+0
2021-11-18ipv6: ah6: use swap() to make code cleanerYao Jing1-4/+1
2021-11-18ipv6: check return value of ipv6_skip_exthdrJordy Zomer1-0/+6
2021-11-18devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky1-1/+3
2021-11-18page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin1-6/+4
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti4-25/+16
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-17NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-17NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-17tipc: check for null after calling kmemdupTadeusz Struk1-0/+4
2021-11-17net: no longer stop all TX queues in dev_watchdog()Eric Dumazet1-3/+5
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet1-0/+51
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-4/+4
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2-6/+2
2021-11-17Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller19-3217/+6720
2021-11-16net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long1-3/+8
2021-11-16net: align static siphash keysEric Dumazet10-12/+12
2021-11-16Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski10-58/+63
2021-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-2/+24
2021-11-16Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka1-1/+8