aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-15net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum headerAlex Elder1-11/+10
2021-03-15net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailerAlex Elder1-10/+7
2021-03-15net: qualcomm: rmnet: use masks instead of C bit-fieldsAlex Elder1-13/+10
2021-03-15net: qualcomm: rmnet: mark trailer field endiannessAlex Elder1-2/+2
2021-03-15net: phy: add Marvell 88X2222 transceiver supportIvan Bornyakov1-0/+1
2021-03-15net: stmmac: add platform level clocks managementJoakim Zhang1-0/+1
2021-03-15net: stmmac: make in-band AN mode parsing is supported for non-DTOng Boon Leong1-0/+1
2021-03-15net: phylink: make phylink_parse_mode() support non-DT platformOng Boon Leong1-0/+2
2021-03-15net: pcs: add C37 SGMII AN support for intel mGbE controllerOng Boon Leong1-0/+1
2021-03-15net: pcs: rearrange C73 functions to prepare for C37 support laterOng Boon Leong1-0/+4
2021-03-15atm: delete include/linux/atm_suni.hAlexey Dobriyan1-12/+0
2021-03-14skbuff: micro-optimize {,__}skb_header_pointer()Alexander Lobakin1-3/+2
2021-03-14ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin1-1/+1
2021-03-14linux/etherdevice.h: misc trailing whitespace cleanupAlexander Lobakin1-1/+1
2021-03-14flow_dissector: constify raw input data argumentAlexander Lobakin1-8/+7
2021-03-14skbuff: make __skb_header_pointer()'s data argument constAlexander Lobakin1-3/+3
2021-03-12ptp_pch: Move 'pch_*()' prototypes to shared headerLee Jones1-0/+22
2021-03-12net/mlx5e: Allow to match on ICMP parametersMaor Dickman1-0/+2
2021-03-11tcp: plug skb_still_in_host_queue() to TSQEric Dumazet1-1/+1
2021-03-10net: socket: use BIT() for MSG_*Menglong Dong1-34/+37
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-86/+171
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-7/+14
2021-03-09net: check if protocol extracted by virtio_net_hdr_set_proto is correctBalazs Nemeth1-1/+6
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel1-4/+6
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2-20/+33
2021-03-08atm: fix a typo in the struct descriptionTong Zhang1-1/+1
2021-03-08gpiolib: acpi: Allow to find GpioInt() resource by name and indexAndy Shevchenko1-2/+8
2021-03-08gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirkAndy Shevchenko1-0/+2
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+3
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-9/+2
2021-03-04bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-0/+10
2021-03-04kernel: provide create_io_thread() helperJens Axboe1-0/+2
2021-03-04Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2021-03-04skmsg: Add function doc for skb->_sk_redirCong Wang1-0/+1
2021-03-04xsk: Remove dangling function declaration from header fileMaciej Fijalkowski1-2/+0
2021-03-04tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)1-9/+2
2021-03-04io_uring: destroy io-wq on execPavel Begunkov1-1/+1
2021-03-03ACPI: bus: Constify is_acpi_node() and friends (part 2)Andy Shevchenko1-3/+3
2021-03-02swap: fix swapfile read/write offsetJens Axboe1-0/+1
2021-03-02ALSA: hda: move Intel SoundWire ACPI scan to dedicated modulePierre-Louis Bossart1-0/+2
2021-03-01net: expand textsearch ts_state to fit skb_seq_stateWillem de Bruijn1-1/+1
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+56
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare1-2/+0
2021-03-01can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownershipOleksij Rempel1-2/+6
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds1-0/+1
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+7
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds3-23/+5
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0