summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-181-2/+17
| | * NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-181-14/+18
| | * NFC: reorganize the functions in nci_requestLin Ma2021-11-181-4/+7
| | * tipc: check for null after calling kmemdupTadeusz Struk2021-11-181-0/+4
| | * net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-171-3/+8
| | * Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-11-1710-58/+63
| | |\
| | | * mac80211: fix throughput LED triggerFelix Fietkau2021-11-153-26/+23
| | | * mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-153-8/+15
| | | * mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau2021-11-151-2/+1
| | | * mac80211: fix radiotap header generationJohannes Berg2021-11-151-1/+1
| | | * mac80211: do not access the IV when it was strippedXing Song2021-11-151-1/+2
| | | * nl80211: fix radio statistics in survey dumpJohannes Berg2021-11-152-20/+20
| | | * cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi2021-11-151-0/+1
| | * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-11-174-2/+24
| | |\ \
| | | * | udp: Validate checksum in udp_read_sock()Cong Wang2021-11-161-0/+11
| | | * | bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progsDmitrii Banshchikov2021-11-162-0/+8
| | | * | xsk: Fix crash on double free in buffer poolMagnus Karlsson2021-11-121-2/+5
| | * | | net/smc: Make sure the link_id is uniqueWen Gu2021-11-151-1/+2
| | * | | sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa2021-11-151-3/+3
| | * | | tipc: only accept encrypted MSG_CRYPTO msgsXin Long2021-11-151-2/+5
| | * | | net: return correct error codeliuguoqiang2021-11-151-1/+1
| | * | | net/smc: Transfer remaining wait queue entries during fallbackWen Gu2021-11-151-0/+14
| | * | | tipc: use consistent GFP flagsTadeusz Struk2021-11-151-4/+4
| | | |/ | | |/|
| | * | net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-141-1/+1
| | * | tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy2021-11-131-0/+3
| | |/
| * | Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-11-132-53/+10
| |\ \
| | * | libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques2021-11-081-51/+9
| | * | libceph: drop ->monmap and err initializationJean Sacren2021-11-081-2/+1
| * | | net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-1/+1
| | |/ | |/|
* | | mctp/test: Update refcount checking in route fragment testsJeremy Kerr2021-11-181-5/+0
* | | ipv6: ah6: use swap() to make code cleanerYao Jing2021-11-181-4/+1
* | | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-184-25/+16
* | | net: no longer stop all TX queues in dev_watchdog()Eric Dumazet2021-11-171-3/+5
* | | net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet2021-11-171-0/+51
* | | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-4/+4
* | | net: use an atomic_long_t for queue->trans_timeoutEric Dumazet2021-11-172-6/+2
* | | Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-11-1719-3217/+6720
|\ \ \
| * | | Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventArchie Pusaka2021-11-161-1/+8
| * | | Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka2021-11-161-0/+12