summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-04bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi2-17/+25
2022-11-04bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi2-22/+34
2022-11-04bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi2-46/+82
2022-11-04bpf: Allow specifying volatile type modifier for kptrsKumar Kartikeya Dwivedi1-0/+5
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-40/+101
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-21/+34
2022-11-03Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2022-11-03net: dcb: add new apptrust attributeDaniel Machon2-0/+6
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-02netlink: introduce bigendian integer typesFlorian Westphal1-9/+10
2022-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+17
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-11-01asm-generic: compat: fix compat_arg_u64() and compat_arg_u64_dual()Andreas Schwab1-1/+1
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-30Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2022-10-30Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-10-30Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2022-10-30Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-5/+39
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-29net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov1-0/+7
2022-10-29netlink: hide validation union fields from kdocJakub Kicinski1-13/+18
2022-10-29Kalle Valo says:Jakub Kicinski4-28/+117
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2-2/+36
2022-10-28mm/uffd: fix vma check on userfault for wpPeter Xu1-3/+3
2022-10-28Merge tag 'sound-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-0/+2
2022-10-28Merge tag 'drm-fixes-2022-10-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
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