summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet
2021-11-16Merge branch 'gro-out-of-core-files'David S. Miller
2021-11-16net: gro: populate net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-11-16Merge branch 'tcp-optimizations'David S. Miller
2021-11-16net: move early demux fields close to sk_refcntEric Dumazet
2021-11-16tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet
2021-11-16tcp: check local var (timeo) before socket fields in one testEric Dumazet
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet
2021-11-16tcp: avoid indirect calls to sock_rfreeEric Dumazet
2021-11-16tcp: tp->urg_data is unlikely to be setEric Dumazet
2021-11-16tcp: annotate races around tp->urg_dataEric Dumazet
2021-11-16tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet
2021-11-16tcp: small optimization in tcp recvmsg()Eric Dumazet
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet
2021-11-16net: forward_alloc_get depends on CONFIG_MPTCPEric Dumazet
2021-11-16net: shrink struct sock by 8 bytesEric Dumazet
2021-11-16ipv6: shrink struct ipcm6_cookieEric Dumazet
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-16net: remove sk_route_forced_capsEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
2021-11-16tcp: small optimization in tcp_v6_send_check()Eric Dumazet
2021-11-16tcp: remove dead code in __tcp_v6_send_check()Eric Dumazet
2021-11-16tcp: minor optimization in tcp_add_backlog()Eric Dumazet
2021-11-15net: macb: Fix several edge cases in validateSean Anderson
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-15Revert "Merge branch 'mctp-i2c-driver'"Jakub Kicinski
2021-11-15Merge branch 'generic-phylink-validation'David S. Miller
2021-11-15net: mvpp2: use phylink_generic_validate()Russell King (Oracle)
2021-11-15net: mvneta: use phylink_generic_validate()Russell King (Oracle)
2021-11-15net: phylink: add generic validate implementationRussell King (Oracle)
2021-11-15net/wan/fsl_ucc_hdlc: fix sparse warningsChristophe Leroy
2021-11-15net: fddi: use swap() to make code cleanerYihao Han
2021-11-15hinic: use ARRAY_SIZE instead of ARRAY_LENGuo Zhengkui
2021-11-15net: usb: ax88179_178a: add TSO featureJacky Chou
2021-11-15Merge branch 'mctp-i2c-driver'David S. Miller
2021-11-15mctp i2c: MCTP I2C binding driverMatt Johnston
2021-11-15dt-bindings: net: New binding mctp-i2c-controllerMatt Johnston
2021-11-15i2c: npcm7xx: Allow 255 byte block SMBus transfersMatt Johnston
2021-11-15i2c: aspeed: Allow 255 byte block transfersMatt Johnston
2021-11-15i2c: dev: Handle 255 byte blocks for i2c ioctlMatt Johnston
2021-11-15i2c: core: Allow 255 byte transfers for SMBus 3.xMatt Johnston
2021-11-15net: bridge: Slightly optimize 'find_portno()'Christophe JAILLET
2021-11-15net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli