summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | tipc: delete the unlikely branch in tipc_aead_encryptXin Long2021-11-251-15/+4
* | | | | | | | | | | net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski2021-11-241-1/+4
* | | | | | | | | | | net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski2021-11-241-0/+4
* | | | | | | | | | | net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski2021-11-241-1/+2
* | | | | | | | | | | net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski2021-11-241-0/+1
* | | | | | | | | | | net: bridge: Allow base 16 inputs in sysfsIdo Schimmel2021-11-241-1/+1
* | | | | | | | | | | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-247-29/+8
* | | | | | | | | | | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-248-40/+13
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | dccp: Inline dccp_listen_start().Kuniyuki Iwashima2021-11-231-16/+11
* | | | | | | | | | dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-233-5/+5
* | | | | | | | | | net: remove .ndo_change_proto_downJakub Kicinski2021-11-234-33/+6
* | | | | | | | | | devlink: Add 'enable_iwarp' generic device paramShiraz Saleem2021-11-221-0/+5
* | | | | | | | | | skbuff: Switch structure bounds to struct_group()Kees Cook2021-11-221-9/+5
* | | | | | | | | | skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook2021-11-221-5/+5
* | | | | | | | | | arp: Remove #ifdef CONFIG_PROC_FSYajun Deng2021-11-221-25/+8
* | | | | | | | | | net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET2021-11-221-1/+1
* | | | | | | | | | rds: Fix a typo in a commentChristophe JAILLET2021-11-221-1/+1
* | | | | | | | | | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-226-7/+8
* | | | | | | | | | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-225-5/+6
* | | | | | | | | | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-223-8/+19
* | | | | | | | | | ethtool: add support to set/get rx buf len via ethtoolHao Chen2021-11-222-3/+22
* | | | | | | | | | ethtool: add support to set/get tx copybreak buf size via ethtoolHao Chen2021-11-222-0/+2
* | | | | | | | | | mptcp: sockopt: add SOL_IP freebind & transparent optionsFlorian Westphal2021-11-202-2/+67
* | | | | | | | | | mptcp: Support for IP_TOS for MPTCP setsockopt()Poorva Sonparote2021-11-201-0/+40
* | | | | | | | | | ipv4: Exposing __ip_sock_set_tos() in ip.hPoorva Sonparote2021-11-201-1/+1
* | | | | | | | | | net: kunit: add a test for dev_addr_listsJakub Kicinski2021-11-203-0/+243
* | | | | | | | | | dev_addr_list: put the first addr on the treeJakub Kicinski2021-11-201-28/+34
* | | | | | | | | | dev_addr: add a modification checkJakub Kicinski2021-11-202-0/+20
* | | | | | | | | | net: unexport dev_addr_init() & dev_addr_flush()Jakub Kicinski2021-11-201-2/+0
* | | | | | | | | | net: constify netdev->dev_addrJakub Kicinski2021-11-201-0/+10
* | | | | | | | | | net/bridge: replace simple_strtoul to kstrtolBernard Zhao2021-11-191-4/+3
* | | | | | | | | | ethtool: stats: Use struct_group() to clear all stats at onceKees Cook2021-11-191-8/+7
* | | | | | | | | | net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook2021-11-191-1/+1
* | | | | | | | | | ipv6: Use memset_after() to zero rt6_infoKees Cook2021-11-191-3/+1
* | | | | | | | | | net: 802: Use memset_startat() to clear struct fieldsKees Cook2021-11-191-1/+1
* | | | | | | | | | net: dccp: Use memset_startat() for TP zeroingKees Cook2021-11-191-3/+1
* | | | | | | | | | net/af_iucv: fix kernel doc commentsHeiko Carstens2021-11-191-19/+19
* | | | | | | | | | net/iucv: fix kernel doc commentsHeiko Carstens2021-11-191-62/+62
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-1830-155/+197
|\| | | | | | | | | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1827-101/+186
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | ipv6: check return value of ipv6_skip_exthdrJordy Zomer2021-11-181-0/+6
| | * | | | | | devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky2021-11-181-1/+3
| | * | | | | | page_pool: Revert "page_pool: disable dma mapping support..."Yunsheng Lin2021-11-181-6/+4
| | * | | | | | NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-2/+17
| | * | | | | | NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-171-14/+18
| | * | | | | | NFC: reorganize the functions in nci_requestLin Ma2021-11-171-4/+7
| | * | | | | | tipc: check for null after calling kmemdupTadeusz Struk2021-11-171-0/+4
| | | |_|/ / / | | |/| | | |
| | * | | | | net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-161-3/+8
| | * | | | | Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-11-1610-58/+63
| | |\ \ \ \ \
| | | * | | | | mac80211: fix throughput LED triggerFelix Fietkau2021-11-153-26/+23