summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-09-03net: bridge: mcast: fix vlan port router deadlockNikolay Aleksandrov1-2/+2
2021-09-03seg6_iptunnel: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-09-03tipc: clean up inconsistent indentingColin Ian King1-1/+1
2021-09-03skbuff: clean up inconsistent indentingColin Ian King1-1/+1
2021-09-03mptcp: Only send extra TCP acks in eligible socket statesMat Martineau3-17/+15
2021-09-03pktgen: remove unused variableEric Dumazet1-1/+0
2021-09-02Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito1-0/+2
2021-09-02net: qrtr: revert check in qrtr_endpoint_post()Dan Carpenter1-1/+1
2021-09-02ipv6: change return type from int to void for mld_process_v2Jiwon Kim1-6/+4
2021-09-02net/ncsi: add get MAC address command to get Intel i210 MAC addressIvan Mikhaylov4-1/+75
2021-09-01mptcp: fix possible divide by zeroPaolo Abeni1-41/+35
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-6/+6
2021-09-01SUNRPC: don't pause on incomplete allocationNeilBrown1-6/+7
2021-09-01mptcp: Fix duplicated argument in protocol.hWan Jiabing1-1/+1
2021-09-01net: dsa: tag_rtl4_a: Fix egress tagsLinus Walleij1-3/+4
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds345-5794/+15894
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-100/+169
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-08-31ipv6: seg6: remove duplicated includeLv Ruyi1-1/+0
2021-08-31ipv6: remove duplicated 'net/lwtunnel.h' includeLv Ruyi1-1/+0
2021-08-31fou: remove sparse errorsEric Dumazet2-6/+6
2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet1-1/+1
2021-08-31af_unix: fix potential NULL deref in unix_dgram_connect()Eric Dumazet1-3/+6
2021-08-31net: bridge: use mld2r_ngrec instead of icmpv6_dataunMichelleJin1-5/+5
2021-08-31net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-08-31Merge tag 'for-5.15/io_uring-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-34/+37
2021-08-31Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+0
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski14-57/+339
2021-08-31sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-35/+62
2021-08-30net: ipv4: Fix the warning for dereferenceYajun Deng1-1/+3
2021-08-30net: qrtr: make checks in qrtr_endpoint_post() stricterDan Carpenter1-2/+6
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang1-1/+3
2021-08-30net: fix NULL pointer reference in cipso_v4_doi_free王贇1-2/+2
2021-08-30ipv4: make exception cache less predictibleEric Dumazet1-16/+30
2021-08-30ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-212/+317
2021-08-30netfilter: refuse insertion if chain has grown too largeFlorian Westphal3-10/+40
2021-08-30netfilter: conntrack: switch to siphashFlorian Westphal3-24/+50
2021-08-30netfilter: conntrack: sanitize table size default settingsFlorian Westphal1-16/+14
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito6-36/+224
2021-08-28ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2-6/+21
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+9
2021-08-27SUNRPC add xps_nunique_destaddr_xprts to xprt_switch_info in sysfsOlga Kornievskaia1-1/+3
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia2-1/+2
2021-08-27SUNRPC: Tweak TCP socket shutdown in the RPC clientTrond Myklebust1-3/+6
2021-08-27SUNRPC: Simplify socket shutdown when not reusing TCP portsTrond Myklebust1-0/+4
2021-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller3-3/+74
2021-08-27mptcp: make the locking tx schema more readablePaolo Abeni1-3/+7
2021-08-27mptcp: optimize the input options processingPaolo Abeni1-34/+37
2021-08-27mptcp: consolidate in_opt sub-options fields in a bitmaskPaolo Abeni4-73/+63