summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon1-0/+6
2022-11-03bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)1-2/+2
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-26/+104
2022-11-02net: wwan: iosm: add rpc interface for xmm modemsShane Parslow1-0/+2
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet1-0/+6
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet3-2/+10
2022-11-01net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet1-0/+3
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-0/+2
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-1/+1
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu4-7/+18
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-0/+46
2022-10-31ptp: add missing documentation for parametersJacob Keller1-0/+7
2022-10-31net: geneve: fix array of flexible structures warningsJakub Kicinski1-1/+1
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski2-0/+23
2022-10-31net: remove unused netdev_unregistering()Juhee Kang1-5/+0
2022-10-29net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn1-0/+1
2022-10-29net: sfp: move field definitions along side register indexRussell King (Oracle)1-10/+17
2022-10-29net: sfp: convert register indexes from hex to decimalRussell King (Oracle)1-90/+90
2022-10-29net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)1-0/+24
2022-10-29Kalle Valo says:Jakub Kicinski4-28/+117
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi1-0/+5
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi3-0/+3
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi1-0/+28
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi1-0/+5
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski6-15/+74
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-28/+31
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+10
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-22/+16
2022-10-27Merge tag 'media/v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+2
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-2/+2
2022-10-27net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan1-1/+1
2022-10-27ice: Add support Flex RXDMichal Jaron1-2/+12
2022-10-27bond: Disable TLS features indicationTariq Toukan1-4/+0
2022-10-27Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller4-35/+48
2022-10-26bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song4-1/+61
2022-10-26bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song1-10/+7
2022-10-26bpf: Make struct cgroup btf id globalYonghong Song1-0/+1
2022-10-26bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau1-0/+1
2022-10-26bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau1-0/+1
2022-10-26bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau1-2/+2
2022-10-26bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau2-15/+24
2022-10-26overflow: Fix kern-doc markup for functionsKees Cook1-22/+16
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-1/+4
2022-10-25kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa1-0/+9
2022-10-25media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'Hans Verkuil1-1/+2
2022-10-25netfilter: nft_inner: add geneve supportPablo Neira Ayuso1-0/+1
2022-10-25netfilter: nft_meta: add inner match supportPablo Neira Ayuso1-0/+6
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso2-0/+2
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso3-0/+55