summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-26sctp: make the raise timer more simple and accurateXin Long3-21/+19
2021-11-26tipc: delete the unlikely branch in tipc_aead_encryptXin Long1-15/+4
2021-11-25net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski1-1/+4
2021-11-25net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski1-0/+4
2021-11-25net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski1-1/+2
2021-11-25net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski1-0/+1
2021-11-25net: bridge: Allow base 16 inputs in sysfsIdo Schimmel1-1/+1
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet7-29/+8
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet8-40/+13
2021-11-24dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-24dccp/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
2021-11-19net/iucv: fix kernel doc commentsHeiko Carstens1-62/+62
2021-11-19Merge 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/net...Linus 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-18ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti4-25/+16
2021-11-18NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-11-18NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-18NFC: reorganize the functions in nci_requestLin Ma1-4/+7